From faa2d5b09e132bccb307c4710aaf8c9ff315c777 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Date: Wed, 29 Mar 2023 11:00:23 +0200 Subject: [PATCH] Fix feature (#6966) Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --- polkadot/node/test/service/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 92a707bd9fc..590d4056d8c 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -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", +] -- GitLab