mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: no_std for reth-evm (#14561)
This commit is contained in:
4
Makefile
4
Makefile
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user