From 2bee95358a8bc55824960659c605fc9b8dca3eab Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 3 Nov 2019 13:06:14 +0100 Subject: [PATCH] .builds: run the cmd tests with and without -race Signed-off-by: Elias Naur --- .builds/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/linux.yml b/.builds/linux.yml index e25bbcc4..c7922bc5 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -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 .)