.builds: run the cmd tests with and without -race

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-03 13:06:14 +01:00
parent 2a4829d857
commit 2bee95358a
+1
View File
@@ -36,6 +36,7 @@ tasks:
- test_cmd: |
cd gio/cmd
go test ./...
GOFLAGS=-race go test ./...
- check_gofmt: |
cd gio
test -z $(gofmt -s -l .)