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:32:19 +01:00
parent 3e3d1f05a0
commit cd8c7fa657
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -20,6 +20,7 @@ steps:
CGO_ENABLED: 0 CGO_ENABLED: 0
GOOS: linux GOOS: linux
GOARCH: amd64 GOARCH: amd64
FAKE: " TERM=xterm" # goconvey color output
commands: commands:
- go test -v -coverprofile coverage.out ./pkg/* - go test -v -coverprofile coverage.out ./pkg/*
when: when: