We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b29b84 commit b93df00Copy full SHA for b93df00
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