We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f81bea commit 609b5b1Copy full SHA for 609b5b1
Makefile
@@ -38,6 +38,8 @@ golangci-lint:
38
39
.PHONY: test
40
test:
41
+ @echo "Running all packages tests"
42
+ go clean -testcache
43
go test -tags "$(TAGS)" ./... -v -p 1
44
45
.PHONY: testdata
0 commit comments