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}/... && \