Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 11, 2024
1 parent 873675a commit 3f4c974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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 '.+/slow|.+/evm|TestEVMStep'
run: go test -v ./rvgo/... -coverprofile=coverage.out -coverpkg=./rvgo/... -skip '.+/evm|TestEVMStep'
- name: Run slow tests
run: go test -v ./rvgo/... -run '.+/slow|.+/evm|TestEVMStep'
run: go test -v ./rvgo/... -run '.+/evm|TestEVMStep'
- name: Fuzz
run: make fuzz
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 3f4c974

Please sign in to comment.