Skip to content

Commit

Permalink
chore: Ensure test-helpers feature is enabled for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Feb 5, 2025
1 parent 5dc7e60 commit 4a681b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/fraud_proofs/global_merkle_root/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ fuel-core-storage = { workspace = true, default-features = false, features = [
"alloc",
"test-helpers",
] }
fuel-core-types = { workspace = true, default-features = false, features = [
"serde",
"alloc",
"test-helpers",
] }
rand = { workspace = true }

[features]
Expand Down

0 comments on commit 4a681b6

Please sign in to comment.