From c65dd6b3c8ded390dcfe7f789cb7b9ace522c3f0 Mon Sep 17 00:00:00 2001 From: Tim Voronov Date: Fri, 11 Oct 2019 17:32:32 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91c0d138..dc295a0b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ compile: ./main.go test: - go test -v -race ${DIR_PKG}/... + go test -race ${DIR_PKG}/... cover: go test -race -coverprofile=coverage.txt -covermode=atomic ${DIR_PKG}/... && \