splitting test formatting

feature/test_refactoring
Karolis 2019-07-07 15:27:31 +01:00
parent 9b776c3ea3
commit a62a9f927d
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ 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 | tparse -all -smallscreen
go test -json -v `go list ./... | egrep -v /tests` -cover > fmt.out
tparse -all -smallscreen fmt.out
build:
@echo "++ Building keel"