diff --git a/Makefile b/Makefile index 718139967..7ed0aa88e 100644 --- a/Makefile +++ b/Makefile @@ -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