Skip to content

Commit cb26a63

Browse files
make: clean cache for test
After this patch, "make test" behaves similar to "make test-*". Part of #214
1 parent ba6cbce commit cb26a63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ golangci-lint:
3838

3939
.PHONY: test
4040
test:
41+
@echo "Running all packages tests"
42+
go clean -testcache
4143
go test -tags "$(TAGS)" ./... -v -p 1
4244

4345
.PHONY: testdata

0 commit comments

Comments
 (0)