From 6979df6794a93dd80e55ae755d29edbd14c9a153 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Wed, 4 Aug 2021 22:56:20 +0200 Subject: [PATCH] companion_build: enable runtime-benchmarks feature (#9501) --- substrate/.maintain/gitlab/check_polkadot_companion_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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