From 7a704f234004af6474fc4d00e0dd9f4ed5485d9d Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 24 Jul 2019 11:49:01 +0100 Subject: [PATCH] Reduce test verbosity --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7824703f..1c27ebae 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ lint: .PHONY: test test: - $(DOCKER_CMD) go test -v ./... + $(DOCKER_CMD) go test ./... ################################################################################ # Build / Publish #