diff --git a/substrate/.maintain/gitlab/check_polkadot_companion_build.sh b/substrate/.maintain/gitlab/check_polkadot_companion_build.sh index 531155b73d..72bfaf7151 100755 --- a/substrate/.maintain/gitlab/check_polkadot_companion_build.sh +++ b/substrate/.maintain/gitlab/check_polkadot_companion_build.sh @@ -96,4 +96,4 @@ diener patch --crates-to-patch ../ --substrate --path Cargo.toml cargo update -p sp-core # Test Polkadot pr or master branch with this Substrate commit. -time cargo test --all --release --verbose +time cargo test --workspace --release --verbose --features=runtime-benchmarks