Enable debug assertions while building tests (#1472)

* Add debug-assertions=y

* Return space
This commit is contained in:
Sergei Pepyakin
2019-01-17 22:06:23 +01:00
committed by Gav Wood
parent 15856747ae
commit 6e08b64e49
+3
View File
@@ -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