mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Enable debug assertions while building tests (#1472)
* Add debug-assertions=y * Return space
This commit is contained in:
committed by
Gav Wood
parent
15856747ae
commit
6e08b64e49
@@ -42,6 +42,9 @@ test:rust:stable: &test
|
||||
stage: test
|
||||
variables:
|
||||
RUST_TOOLCHAIN: stable
|
||||
# Enable debug assertions since we are running optimized builds for testing
|
||||
# but still want to have debug assertions.
|
||||
RUSTFLAGS: -Cdebug-assertions=y
|
||||
TARGET: native
|
||||
only:
|
||||
- triggers
|
||||
|
||||
Reference in New Issue
Block a user