enable disputes feature in CI (#4168)

This commit is contained in:
Andronik Ordian
2021-10-28 15:40:13 +02:00
committed by GitHub
parent 3c72f213ad
commit 9d4efa340e
+1 -1
View File
@@ -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