Lower test verbocity in Makefile (#259)

I think that the output here is much more useful when allowing go to
determine when the output of a test should be displayed.
This commit is contained in:
Mike Arpaia 2016-10-03 14:28:53 -04:00 committed by GitHub
parent 6ebc460b66
commit 24d7212f3e

View file

@ -87,7 +87,7 @@ lint-go:
lint: lint-go lint-js
test-go:
go test -v -cover $(shell glide nv)
go test -cover $(shell glide nv)
test-js:
_mocha --compilers js:babel-core/register \