Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix feature (#6966)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored Mar 29, 2023
1 parent 26b0c4f commit f8675a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion node/test/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ tokio = { version = "1.24.2", features = ["macros"] }

[features]
runtime-metrics=["polkadot-test-runtime/runtime-metrics"]
runtime-benchmarks=["polkadot-test-runtime/runtime-benchmarks"]
runtime-benchmarks=[
"polkadot-test-runtime/runtime-benchmarks",
"polkadot-service/runtime-benchmarks",
]

0 comments on commit f8675a2

Please sign in to comment.