From 1f67933afc237184348ccbccf17239c1b28d7785 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Thu, 8 Apr 2021 15:13:12 +0200 Subject: [PATCH] remove real-overseer from polkadot compilation flags (#8560) * remove real-overseer * remove unneeded --- substrate/.maintain/gitlab/check_polkadot_companion_build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/substrate/.maintain/gitlab/check_polkadot_companion_build.sh b/substrate/.maintain/gitlab/check_polkadot_companion_build.sh index c1fd736523..89780f082e 100755 --- a/substrate/.maintain/gitlab/check_polkadot_companion_build.sh +++ b/substrate/.maintain/gitlab/check_polkadot_companion_build.sh @@ -89,7 +89,4 @@ fi diener patch --crates-to-patch ../ --substrate --path Cargo.toml # Test Polkadot pr or master branch with this Substrate commit. -time cargo test --all --release --verbose --features=real-overseer - -cd parachain/test-parachains/adder/collator/ -time cargo test --release --verbose --locked --features=real-overseer +time cargo test --all --release --verbose