From 69f4f26013747f5c1d730c95110f98c08757c2ee Mon Sep 17 00:00:00 2001 From: Tei Im Date: Thu, 11 Apr 2024 10:03:29 -0600 Subject: [PATCH] evm test --- .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 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