diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c2d32cc..db2ebbc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,3 +20,6 @@ jobs: - name: Test run: go test -v ./ + + - name: Test with race detector + run: go test -v -race ./