Try to fix disputes test (#4988)

* Try to fix disputes test

* Enable all native runtimes
This commit is contained in:
Bastian Köcher
2022-02-25 16:01:23 +01:00
committed by GitHub
parent e8cb6cdaac
commit 4028ca105b
+1 -1
View File
@@ -13,7 +13,7 @@ name = "malus"
path = "src/malus.rs"
[dependencies]
polkadot-cli = { path = "../../cli", default-features = false, features = ["cli", "malus", "polkadot-native"] }
polkadot-cli = { path = "../../cli", features = [ "malus", "rococo-native", "kusama-native", "westend-native", "polkadot-native" ] }
polkadot-node-subsystem = { path = "../subsystem" }
polkadot-node-subsystem-util = { path = "../subsystem-util" }
polkadot-node-subsystem-types = { path = "../subsystem-types" }