better results

pull/430/head
Karolis Rusenas 2019-08-18 23:26:50 +01:00
parent a5b0b147cc
commit a42b72ae6c
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ arm: build-binaries compress fetch-certs armhf aarch64
test:
go get github.com/mfridman/tparse
go test -json -v `go list ./... | egrep -v /tests` -cover > tests.out
tparse -all -smallscreen tests.out
go test -json -v `go list ./... | egrep -v /tests` -cover | tparse -all -smallscreen
build:
@echo "++ Building keel"