From 0590070be6ed184540e12f443dcc889d99522a0a Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Sun, 13 Nov 2022 13:16:31 +0000 Subject: [PATCH] Update go test command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4678d8c..df8bff9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,4 @@ jobs: version: "latest" - name: "test" - run: go test -v ./... + run: go test -race -covermode=atomic -v ./...