From f812fd33dd13deb254c5d5676796451cf37e62d9 Mon Sep 17 00:00:00 2001 From: Tei Im Date: Wed, 10 Apr 2024 21:03:49 -0600 Subject: [PATCH] Update ci.yaml --- .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 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