[travis] add verbose flag to test
This commit is contained in:
parent
abb4da9cbd
commit
fb672c00ad
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ install:
|
|||
- go mod tidy -v
|
||||
script:
|
||||
- golint -set_exit_status ./...
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
- go: tip
|
||||
|
|
Loading…
Reference in a new issue