prettifying test output
parent
a1ba44393c
commit
c4fda12b03
3
Makefile
3
Makefile
|
@ -44,7 +44,8 @@ aarch64:
|
|||
arm: build-binaries compress fetch-certs armhf aarch64
|
||||
|
||||
test:
|
||||
go test -v `go list ./... | egrep -v /tests`
|
||||
# go test -v `go list ./... | egrep -v /tests`
|
||||
go test -json -v `go list ./... | egrep -v /tests/` -cover | tparse -all -smallscreen
|
||||
|
||||
build:
|
||||
@echo "++ Building keel"
|
||||
|
|
Loading…
Reference in New Issue