Feature gate test CLI flags (#8231)

Closes #6980


  I think these flags may be useful in future peerdas / das testing, and would be useful to keep. Hence I've gated them behind a `testing` feature flag.


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2025-10-20 14:14:16 +11:00
committed by GitHub
parent 2f8587301d
commit da93b89e90
4 changed files with 19 additions and 13 deletions

View File

@@ -81,6 +81,7 @@ malloc_utils = { workspace = true, features = ["jemalloc"] }
malloc_utils = { workspace = true, features = [] }
[dev-dependencies]
beacon_node = { workspace = true, features = ["testing"] }
beacon_node_fallback = { workspace = true }
beacon_processor = { workspace = true }
eth2 = { workspace = true }