From 687c3238b072181b7eb50c65494af4c01bb9b6c3 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 24 Nov 2017 20:11:37 +0000 Subject: [PATCH] No need for verbose output on with cli tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52277d1a..3bd79735 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ setup: .PHONY: tests tests: - $(GO) test -v ./... + $(GO) test ./... .PHONY: build build: LDF += $(shell GOPATH=${GOPATH} build/flags.sh)