diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 5c13fb7..ee4441b 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -14,5 +14,5 @@ jobs: with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - run: go test -race -covermode=atomic -coverprofile=coverage.out ./... + - run: go test -covermode=atomic -coverprofile=coverage.out ./... - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0