Skip to content

Commit

Permalink
chore: add try-runtime and runtime-benchmark features
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Mar 8, 2024
1 parent f604c52 commit 7195832
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions emulated-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,45 @@ std = [
"xcm-executor/std",
"xcm/std",
]

runtime-benchmarks = [
"asset-hub-rococo-runtime/std",
"cumulus-primitives-core/std",
"frame-support/std",
"pallet-assets/std",
"pallet-balances/std",
"pallet-message-queue/std",
"polkadot-primitives/std",
"pop-runtime/std",
"rococo-runtime-constants/std",
"rococo-runtime/std",
"sp-authority-discovery/std",
"sp-consensus-babe/std",
"sp-consensus-beefy/std",
"sp-consensus-grandpa/std",
"sp-core/std",
"sp-runtime/std",
"xcm-executor/std",
"xcm/std",
]

try-runtime = [
"asset-hub-rococo-runtime/std",
"cumulus-primitives-core/std",
"frame-support/std",
"pallet-assets/std",
"pallet-balances/std",
"pallet-message-queue/std",
"polkadot-primitives/std",
"pop-runtime/std",
"rococo-runtime-constants/std",
"rococo-runtime/std",
"sp-authority-discovery/std",
"sp-consensus-babe/std",
"sp-consensus-beefy/std",
"sp-consensus-grandpa/std",
"sp-core/std",
"sp-runtime/std",
"xcm-executor/std",
"xcm/std",
]

0 comments on commit 7195832

Please sign in to comment.