fix: zepter feature propagation for runtime-benchmarks
- Add pezsp-timestamp/runtime-benchmarks to pezframe-support - Add runtime-benchmarks feature to pezkuwi-zombienet-cli Fixes feature propagation issues detected by zepter.
This commit is contained in:
@@ -102,6 +102,7 @@ runtime-benchmarks = [
|
|||||||
"pezsp-staking/runtime-benchmarks",
|
"pezsp-staking/runtime-benchmarks",
|
||||||
"pezsp-state-machine?/runtime-benchmarks",
|
"pezsp-state-machine?/runtime-benchmarks",
|
||||||
"pezsp-trie/runtime-benchmarks",
|
"pezsp-trie/runtime-benchmarks",
|
||||||
|
"pezsp-timestamp/runtime-benchmarks"
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
"pezframe-system/try-runtime",
|
"pezframe-system/try-runtime",
|
||||||
|
|||||||
@@ -39,3 +39,4 @@ std = [
|
|||||||
"support/std",
|
"support/std",
|
||||||
"tracing/std",
|
"tracing/std",
|
||||||
]
|
]
|
||||||
|
runtime-benchmarks = []
|
||||||
|
|||||||
Reference in New Issue
Block a user