Skip to content

Commit

Permalink
downloads the folders
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Dec 3, 2024
1 parent ce5988e commit 2f9bb33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
run: cargo check
- name: Test
run: cargo test -- --test-threads=1 --nocapture
- name: Downloading ethereum/tests
run: git clone https://github.com/ethereum/tests ethereum-tests
- name: Downloading EELS fixtures released at Cancun
run: curl -LO https://github.com/ethereum/execution-spec-tests/releases/download/v2.1.1/fixtures.tar.gz && tar -xzf fixtures.tar.gz
- name: Test specs (EELS and ethereum/tests)
run: cargo test --features testing

Expand Down

0 comments on commit 2f9bb33

Please sign in to comment.