for some reason, bitbucket doesn't like the cover option

This commit is contained in:
Greg Gauthier 2021-03-18 08:05:47 +00:00
parent 39d1baf41b
commit be14b434fc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipelines:
script:
- go mod vendor
- go mod tidy
- go test -v -cover
- go test -v
- mkdir build
- go build -o build/gostations github.com/gmgauthier/gostations
- step: