Add integrity tests to rialto parachain runtiime (#2096)

* add integrity tests to rialto-parachain runtime

* post cherry-pick fixes
This commit is contained in:
Svyatoslav Nikolsky
2023-05-01 11:38:33 +03:00
committed by Bastian Köcher
parent e08efd9104
commit 77b2ef5f6e
2 changed files with 62 additions and 0 deletions
@@ -76,6 +76,7 @@ pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "master"
[dev-dependencies]
bridge-runtime-common = { path = "../../runtime-common", features = ["integrity-test"] }
static_assertions = "1.1"
[features]
default = ['std']