test: expand CLI integration tests (#22086)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Emma Jamieson-Hoare
2026-02-11 16:43:28 -05:00
committed by GitHub
parent 5bccdc4a5d
commit ae3f0d4d1a
4 changed files with 220 additions and 18 deletions

4
Cargo.lock generated
View File

@@ -7546,8 +7546,10 @@ name = "reth"
version = "1.10.2"
dependencies = [
"alloy-node-bindings",
"alloy-primitives",
"alloy-provider",
"alloy-rpc-types",
"alloy-rpc-types-eth",
"aquamarine",
"backon",
"clap",
@@ -7579,8 +7581,10 @@ dependencies = [
"reth-rpc-server-types",
"reth-tasks",
"reth-transaction-pool",
"serde_json",
"tempfile",
"tokio",
"toml",
"tracing",
]