summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevi Durfee <levi.durfee@gmail.com>2026-01-08 18:37:12 -0500
committerLevi Durfee <levi.durfee@gmail.com>2026-01-08 18:37:25 -0500
commitcb42c253aa3543301a43e5abf3e9ddffd90f7e0a (patch)
tree623d41586896ad168c4dfdcb7ca3b0ae96eb9d0d
parentab58e2a33750d58396a355843561ca05b6ce529a (diff)
test for race conditions
-rw-r--r--.github/workflows/gotest.yml2
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 ./...