ensure skip e2e

feature/helm_issue_367
Karolis Rusenas 2019-04-23 23:25:58 +01:00
parent fad5d82428
commit bdbd3f1020
1 changed files with 1 additions and 1 deletions

View File

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