diff --git a/Makefile b/Makefile index 36ff04c9b..c7c3a4908 100644 --- a/Makefile +++ b/Makefile @@ -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 \ ./...