From 09c0f7d5ab2aed1b485a3ff724bd2e2b93ad4f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 31 Jan 2020 16:59:20 +0000 Subject: [PATCH] fix(tests): run go test in silent mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ ./...