mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Add testing feature to validator_client/http_api (#8909)
Create a `testing` feature which we can use to gate off `test_utils.rs` and its associated dependencies from the rest of the crate. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -29,4 +29,4 @@ beacon_chain = { workspace = true }
|
||||
http_api = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
validator_http_api = { workspace = true }
|
||||
validator_http_api = { workspace = true, features = ["testing"] }
|
||||
|
||||
Reference in New Issue
Block a user