Skip to content

Commit

Permalink
evm test
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 11, 2024
1 parent 3f4c974 commit 69f4f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69f4f26

Please sign in to comment.