mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
.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:
+2
-2
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user