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
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
- go test
|
- go test -v
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Add table
Reference in a new issue