fix(tests): run go test in silent mode

This commit is contained in:
Łukasz Mierzwa
2020-01-31 16:59:20 +00:00
parent 4ac60a7c2b
commit 09c0f7d5ab

View File

@@ -167,7 +167,7 @@ benchmark-go:
.PHONY: test-go
test-go:
GO111MODULE=on go test -v \
GO111MODULE=on go test \
-cover -coverprofile=coverage.txt -covermode=atomic \
./...