Skip to content

Commit

Permalink
cargo test -> cargo run
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Nov 10, 2023
1 parent 0c39f8f commit 94fcb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
repository: ethereum/tests
ref: 428f218d7d6f4a52544e12684afbfe6e2882ffbf
- name: Run tests
run: cargo test --release --verbose -p jsontests -- \
run: cargo run --release --verbose -p jsontests -- \
jsontests/res/ethtests/GeneralStateTests/stExample/add11.json

0 comments on commit 94fcb48

Please sign in to comment.