Skip to content

Commit

Permalink
make: clean cache for test
Browse files Browse the repository at this point in the history
After this patch, "make test" behaves similar to "make test-*".

Part of #214
  • Loading branch information
DifferentialOrange committed Dec 16, 2022
1 parent 492215f commit 10fb45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ golangci-lint:

.PHONY: test
test:
@echo "Running all packages tests"
go clean -testcache
go test -tags "$(TAGS)" ./... -v -p 1

.PHONY: testdata
Expand Down

0 comments on commit 10fb45b

Please sign in to comment.