Skip to content

Commit

Permalink
fix: fix mcopy memory expansion. Add eth tests to ci (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Aug 6, 2023
1 parent fe6c54e commit 12558c5
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ethereum-tests.yml
Expand Up @@ -31,4 +31,8 @@ jobs:
- name: Run Ethereum tests
run: |
cargo run --profile ethtests -p revme -- \
statetest ethtests/GeneralStateTests ethtests/LegacyTests/Constantinople/GeneralStateTests/
statetest \
ethtests/GeneralStateTests/ \
ethtests/LegacyTests/Constantinople/GeneralStateTests/ \
tests/EIPTests/StateTests/stEIP5656-MCOPY/ \
tests/EIPTests/StateTests/stEIP1153-transientStorage/
269 changes: 255 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12558c5

Please sign in to comment.