This commit is contained in:
parent
cd8c7fa657
commit
946f586ccb
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user