mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 17:21:08 +00:00
change (ci): fail test on warnings (#1102)
This commit is contained in:
@@ -132,7 +132,7 @@ test-linux-stable: &test
|
|||||||
RUST_TOOLCHAIN: stable
|
RUST_TOOLCHAIN: stable
|
||||||
# Enable debug assertions since we are running optimized builds for testing
|
# Enable debug assertions since we are running optimized builds for testing
|
||||||
# but still want to have debug assertions.
|
# but still want to have debug assertions.
|
||||||
RUSTFLAGS: -Cdebug-assertions=y
|
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||||
TARGET: native
|
TARGET: native
|
||||||
script:
|
script:
|
||||||
- time cargo test --all --release --verbose --locked --features runtime-benchmarks
|
- time cargo test --all --release --verbose --locked --features runtime-benchmarks
|
||||||
|
|||||||
Reference in New Issue
Block a user