added -v to go test

This commit is contained in:
BroodjeAap 2022-07-27 16:59:23 +00:00
parent 82f02d7ff0
commit d498a45608

View file

@ -6,7 +6,7 @@ steps:
image: golang
commands:
- go build
- go test
- go test -v
trigger:
branch:
- master