From 4028ca105b3dcc50a28ef953f049e04697385c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 25 Feb 2022 16:01:23 +0100 Subject: [PATCH] Try to fix disputes test (#4988) * Try to fix disputes test * Enable all native runtimes --- polkadot/node/malus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 87cba72ced..e564950eab 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -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" }