.builds: don't pass -v to go test

Some tests are so verbose they hide the relevant error messages.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-03-28 14:16:05 +02:00
parent 17ba8e28af
commit c2e0910c8b
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ tasks:
./make.bash
- test_gio: |
cd gio
go test -v ./...
go test ./...
- test_cmd: |
cd gio/cmd
go test -v ./...
go test ./...