mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 14:21:10 +00:00
Enable debug assertions on burn-in PRs (#2826)
This commit is contained in:
@@ -181,6 +181,7 @@ build-linux-release:
|
|||||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||||
variables:
|
variables:
|
||||||
EXTRA_FLAGS: "--features=real-overseer"
|
EXTRA_FLAGS: "--features=real-overseer"
|
||||||
|
RUSTFLAGS: "-Cdebug-assertions=y"
|
||||||
- when: always
|
- when: always
|
||||||
script:
|
script:
|
||||||
- time cargo build --release --verbose ${EXTRA_FLAGS}
|
- time cargo build --release --verbose ${EXTRA_FLAGS}
|
||||||
|
|||||||
Reference in New Issue
Block a user