From 9d4efa340e109a602d88a7c54b46bfcb42a082f6 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Thu, 28 Oct 2021 15:40:13 +0200 Subject: [PATCH] enable disputes feature in CI (#4168) --- polkadot/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index bb996660f1..52c31b4d2f 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -197,7 +197,7 @@ test-build-linux-stable: script: - ./scripts/gitlab/test_linux_stable.sh # we're using the bin built here, instead of having a parallel `build-linux-release` - - time cargo build --release --verbose --bin polkadot + - time cargo build --release --verbose --bin polkadot --features "disputes" - sccache -s # pack artifacts - mkdir -p ./artifacts