From 2e92ccd66eb5c31b8fbbcd205d7b4a882450e9d0 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 29 Mar 2025 17:36:28 +0100 Subject: ci: remove `-race` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ad7a7b..ba8525c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: go-version: '1.23' - name: Test - run: go test $(go list ./... | egrep -v 'proto|cmd') -v -race -coverprofile=coverage.txt + run: go test $(go list ./... | egrep -v 'proto|cmd') -v -coverprofile=coverage.txt - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 -- cgit v1.2.3-18-g5258