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:41:38 +01:00
parent 946f586ccb
commit 9d855f586d

View File

@@ -22,8 +22,7 @@ steps:
GOARCH: amd64
commands:
# fake term for goconvey color output
- export FAKE=" TERM=xterm"
- go test -v -coverprofile coverage.out ./pkg/*
- env TERM=xterm-color256 go test -v -coverprofile coverage.out ./pkg/*
when:
event: [ push, tag ]