feat(ef-tests): validate state root (#4995)

This commit is contained in:
Roman Krasiuk
2023-10-12 16:44:41 +03:00
committed by GitHub
parent 422f38ac06
commit d6ea90fd33
4 changed files with 44 additions and 39 deletions

View File

@ -100,7 +100,7 @@ cargo test --workspace --features geth-tests
# Note: Requires cloning https://github.com/ethereum/tests
#
# cd testing/ef-tests && git clone https://github.com/ethereum/tests ethereum-tests
cargo test --workspace --features ef-tests
cargo test -p ef-tests --features ef-tests
```
We recommend using [`cargo nextest`](https://nexte.st/) to speed up testing. With nextest installed, simply substitute `cargo test` with `cargo nextest run`.