mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
.builds: run the cmd tests with and without -race
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -36,6 +36,7 @@ tasks:
|
|||||||
- test_cmd: |
|
- test_cmd: |
|
||||||
cd gio/cmd
|
cd gio/cmd
|
||||||
go test ./...
|
go test ./...
|
||||||
|
GOFLAGS=-race go test ./...
|
||||||
- check_gofmt: |
|
- check_gofmt: |
|
||||||
cd gio
|
cd gio
|
||||||
test -z $(gofmt -s -l .)
|
test -z $(gofmt -s -l .)
|
||||||
|
|||||||
Reference in New Issue
Block a user