Skip to content

Commit b0c7dfc

Browse files
committed
Remove verbosity on tests
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent f916692 commit b0c7dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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'
2+
UNIT_TEST_CMD := go test `go list ./... | grep -v vendor` -race
3+
INTEGRATION_TEST_CMD := go test `go list ./... | grep -v vendor` -race -tags='integration'
44
BENCHMARK_CMD := go test `go list ./... | grep -v vendor` -benchmem -bench=.
55
CHECK_CMD = golangci-lint run -E goimports
66
DEPS_CMD := go mod tidy

0 commit comments

Comments
 (0)