Skip to content

Commit

Permalink
Add dev feature in command to generate test vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Oct 25, 2024
1 parent d91cacd commit 187d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/db/benches/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ where
env!("CARGO_MANIFEST_DIR"),
T::NAME
))
.expect("Test vectors not found. They can be generated from the workspace by calling `cargo run --bin reth -- test-vectors tables`."),
.expect("Test vectors not found. They can be generated from the workspace by calling `cargo run --bin reth --features dev -- test-vectors tables`."),
))
.unwrap();

Expand Down

0 comments on commit 187d05a

Please sign in to comment.