Skip to content

Commit

Permalink
Configure runtime-common/try-runtime features for runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Jul 17, 2023
1 parent 276cb17 commit 4d81baa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion runtime/amplitude/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
"pallet-collective/runtime-benchmarks"
"pallet-collective/runtime-benchmarks",

"runtime-common/runtime-benchmarks"
]

try-runtime = [
Expand Down
2 changes: 2 additions & 0 deletions runtime/foucoco/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ runtime-benchmarks = [
"replace/runtime-benchmarks",
"stellar-relay/runtime-benchmarks",
"vault-registry/runtime-benchmarks",

"runtime-common/runtime-benchmarks"
]

try-runtime = [
Expand Down
4 changes: 3 additions & 1 deletion runtime/pendulum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
"pallet-collective/runtime-benchmarks"
"pallet-collective/runtime-benchmarks",

"runtime-common/runtime-benchmarks"
]

try-runtime = [
Expand Down

0 comments on commit 4d81baa

Please sign in to comment.