diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8f997c5..67456467 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 ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/... -skip '.+/evm|TestEVMStep' + run: go test -v ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/... - name: Run slow tests run: go test -v ./rvgo/... -run '.+/evm|TestEVMStep' - name: Fuzz