diff options
| -rw-r--r-- | .github/workflows/gotest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 40ca57d..af539ed 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -24,4 +24,4 @@ jobs: run: go mod tidy - name: Run tests - run: go test -v ./... + run: go test -race -v ./... |
