feat: no_std for reth-evm (#14561)

This commit is contained in:
Arsenii Kulikov
2025-02-18 16:54:56 +04:00
committed by GitHub
parent 67a98860e2
commit 29f4ca2a61
14 changed files with 20 additions and 12 deletions

View File

@ -432,7 +432,7 @@ rustdocs: ## Runs `cargo docs` to generate the Rust documents in the `target/doc
cargo +nightly docs \
--document-private-items
test:
cargo-test:
cargo test \
--workspace \
--bin "op-reth" \
@ -445,7 +445,7 @@ test-doc:
cargo test --doc --workspace --all-features
test:
make test && \
make cargo-test && \
make test-doc
pr: