No need for verbose output on with cli tests

This commit is contained in:
Tobie Morgan Hitchcock 2017-11-24 20:11:37 +00:00
parent 17cecae390
commit 687c3238b0

View file

@ -36,7 +36,7 @@ setup:
.PHONY: tests .PHONY: tests
tests: tests:
$(GO) test -v ./... $(GO) test ./...
.PHONY: build .PHONY: build
build: LDF += $(shell GOPATH=${GOPATH} build/flags.sh) build: LDF += $(shell GOPATH=${GOPATH} build/flags.sh)