mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +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
@@ -19,7 +19,7 @@ tasks:
|
||||
- test_gio: |
|
||||
export EGL_PLATFORM=surfaceless # for headless tests
|
||||
cd gio
|
||||
go test -v ./...
|
||||
go test ./...
|
||||
- test_cmd: |
|
||||
cd gio/cmd
|
||||
go test -v ./...
|
||||
go test ./...
|
||||
|
||||
Reference in New Issue
Block a user