Skip to content
Snippets Groups Projects
Commit 4028ca10 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Try to fix disputes test (#4988)

* Try to fix disputes test

* Enable all native runtimes
parent e8cb6cda
No related merge requests found
......@@ -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" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment