added -v to go test
This commit is contained in:
parent
82f02d7ff0
commit
d498a45608
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
- go test -v
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
|
Loading…
Add table
Reference in a new issue