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)