mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 13:31:04 +00:00
enable disputes feature in CI (#4168)
This commit is contained in:
@@ -197,7 +197,7 @@ test-build-linux-stable:
|
|||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/test_linux_stable.sh
|
- ./scripts/gitlab/test_linux_stable.sh
|
||||||
# we're using the bin built here, instead of having a parallel `build-linux-release`
|
# 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
|
- sccache -s
|
||||||
# pack artifacts
|
# pack artifacts
|
||||||
- mkdir -p ./artifacts
|
- mkdir -p ./artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user