mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Fix Runtime Benchmarks Feature Flag in Parachain Template (#991)
* Update Cargo.toml * add checks to ci
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user