We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f916692 commit b0c7dfcCopy full SHA for b0c7dfc
Makefile
@@ -1,6 +1,6 @@
1
2
-UNIT_TEST_CMD := go test `go list ./... | grep -v vendor` -race -v
3
-INTEGRATION_TEST_CMD := go test `go list ./... | grep -v vendor` -race -v -tags='integration'
+UNIT_TEST_CMD := go test `go list ./... | grep -v vendor` -race
+INTEGRATION_TEST_CMD := go test `go list ./... | grep -v vendor` -race -tags='integration'
4
BENCHMARK_CMD := go test `go list ./... | grep -v vendor` -benchmem -bench=.
5
CHECK_CMD = golangci-lint run -E goimports
6
DEPS_CMD := go mod tidy
0 commit comments