From cb42c253aa3543301a43e5abf3e9ddffd90f7e0a Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Thu, 8 Jan 2026 18:37:12 -0500 Subject: test for race conditions --- .github/workflows/gotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./... -- cgit v1.2.3