diff --git a/Makefile b/Makefile index 0a734d630..06ab72f53 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ static: @staticcheck $(ABRA) test: - @go test ./... -cover + @go test ./... -cover -v loc: @find . -name "*.go" | xargs wc -l