Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Support westend integration tests #2649

Merged
merged 9 commits into from
Jun 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix runtime-benchmarks
  • Loading branch information
gilescope committed May 28, 2023
commit ea2889d5e7ed78837331621d3ae9c4751fa81aa7
2 changes: 2 additions & 0 deletions parachains/integration-tests/emulated/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ xcm-emulator = { default-features = false, path = "../../../../xcm/xcm-emulator"
[features]
runtime-benchmarks = [
"kusama-runtime/runtime-benchmarks",
"polkadot-runtime/runtime-benchmarks",
"westend-runtime/runtime-benchmarks",
]