From eab114c531fbc6a1aa17808859cf946716098919 Mon Sep 17 00:00:00 2001 From: rogerwelin Date: Wed, 24 Feb 2021 23:20:21 +0100 Subject: [PATCH] add race flag to go test --- .github/workflows/pullrequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 129a0d9..a8675dd 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -19,4 +19,4 @@ jobs: uses: actions/checkout@v2 - name: Unit-tests - run: go test -v ./... + run: go test -race -v ./...