From cfa6e49fe499e55d0038e24bbb2e3b37a9cd386b Mon Sep 17 00:00:00 2001 From: Ben Meier <1651305+astromechza@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:07:14 +0000 Subject: [PATCH] chore: Update ci.yaml with race check --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e7f95b..bc8ffe9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: setup-test run: go install gotest.tools/gotestsum@latest - name: test - run: gotestsum --format github-actions + run: gotestsum --format github-actions -- -race - name: lint uses: golangci/golangci-lint-action@v6 with: