mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +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
|
||||
# Enable debug assertions since we are running optimized builds for testing
|
||||
# but still want to have debug assertions.
|
||||
RUSTFLAGS: -Cdebug-assertions=y
|
||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||
TARGET: native
|
||||
script:
|
||||
- time cargo test --all --release --verbose --locked --features runtime-benchmarks
|
||||
|
||||
Reference in New Issue
Block a user