diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9fb6e2f..d963d9a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: run: make bin bin/simple bin/minimal working-directory: tests/go-tests - name: Run tests - run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... --timeout=30m + run: go test -v ./... -coverprofile=coverage.out -coverpkg=./... --timeout=30m working-directory: rvgo - name: Fuzz run: make fuzz