Skip to content

Commit

Permalink
feat: use ethereum tests from submodule (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Dec 5, 2023
1 parent d224901 commit 20ebfe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
jsontests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
path: jsontests/res/ethtests
repository: ethereum/tests
ref: 428f218d7d6f4a52544e12684afbfe6e2882ffbf
submodules: recursive
- name: Run tests
run: |
cargo run --release --verbose -p jsontests -- \
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "jsontests/res/ethtests"]
path = jsontests/res/ethtests
url = https://github.com/ethereum/tests
1 change: 1 addition & 0 deletions jsontests/res/ethtests
Submodule ethtests added at 428f21

0 comments on commit 20ebfe5

Please sign in to comment.