Skip to content

Commit

Permalink
Test CI #3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Nov 10, 2023
1 parent a1a2b56 commit aa8d8ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
path: jsontests/res/ethtests
repository: ethereum/tests
ref: 428f218d7d6f4a52544e12684afbfe6e2882ffbf
- name: Test CI
run: ls jsontests/res/ethtests
- name: Run tests
run: cargo run --release --verbose -p jsontests -- jsontests/res/ethtests/GeneralStateTests/stExample/add11.json
run: |
cargo run --release --verbose -p jsontests -- \
jsontests/res/ethtests/GeneralStateTests/stExample/add11.json

0 comments on commit aa8d8ce

Please sign in to comment.