diff options
| author | Levi Durfee <levi.durfee@gmail.com> | 2026-01-08 18:37:12 -0500 |
|---|---|---|
| committer | Levi Durfee <levi.durfee@gmail.com> | 2026-01-08 18:37:25 -0500 |
| commit | cb42c253aa3543301a43e5abf3e9ddffd90f7e0a (patch) | |
| tree | 623d41586896ad168c4dfdcb7ca3b0ae96eb9d0d /.github | |
| parent | ab58e2a33750d58396a355843561ca05b6ce529a (diff) | |
test for race conditions
Diffstat (limited to '.github')
| -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 ./... |
