goconvey color output
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2019-03-19 21:34:46 +01:00
parent cd8c7fa657
commit 946f586ccb
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -20,8 +20,9 @@ steps:
CGO_ENABLED: 0
GOOS: linux
GOARCH: amd64
FAKE: " TERM=xterm" # goconvey color output
commands:
# fake term for goconvey color output
- export FAKE=" TERM=xterm"
- go test -v -coverprofile coverage.out ./pkg/*
when:
event: [ push, tag ]