diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2ed84ae..028e67b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: - name: Test run: | - go test ./... + go test ./... -race - name: Coverage run: |