From 44802e205f8171319a2a333cf01b63c70d386490 Mon Sep 17 00:00:00 2001 From: Noah Stride Date: Sun, 3 Mar 2024 23:27:59 +0000 Subject: [PATCH] Enable race detection in CI testing --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 861d8d3..048f370 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/setup-go@v2 with: go-version: '1.16.3' # The Go version to download (if necessary) and use. - - run: go test ./... + - run: go test -race ./...