mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
6ebc460b66
commit
24d7212f3e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue