diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e45eaa..538f9c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,4 +24,4 @@ jobs: id: go - uses: actions/checkout@v1 - name: Run tests - run: go test ./... + run: go test ./... -race