No need for verbose output on with cli tests
This commit is contained in:
parent
17cecae390
commit
687c3238b0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ setup:
|
|||
|
||||
.PHONY: tests
|
||||
tests:
|
||||
$(GO) test -v ./...
|
||||
$(GO) test ./...
|
||||
|
||||
.PHONY: build
|
||||
build: LDF += $(shell GOPATH=${GOPATH} build/flags.sh)
|
||||
|
|
Loading…
Reference in a new issue