Fix Runtime Benchmarks Feature Flag in Parachain Template (#991)

* Update Cargo.toml

* add checks to ci
This commit is contained in:
Shawn Tabrizi
2022-02-16 05:33:08 -07:00
committed by GitHub
parent e141b72ec7
commit 81e7db5bc8
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ name = "parachain-collator"
path = "src/main.rs"
[features]
runtime-benchmarks = ["parachain-template-runtime/runtime-benchmarks"]
runtime-benchmarks = [
"parachain-template-runtime/runtime-benchmarks",
"polkadot-cli/runtime-benchmarks",
]
try-runtime = ["parachain-template-runtime/try-runtime"]
[dependencies]