mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Fail the build on warnings
This commit is contained in:
parent
154a45bbd6
commit
eec042d7e7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ steps:
|
|||
rustc -Vv
|
||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||
displayName: Install Rust
|
||||
- bash: cargo build
|
||||
- bash: RUSTFLAGS="-D warnings" cargo build
|
||||
displayName: Build source
|
||||
- bash: cargo test
|
||||
displayName: Run tests
|
||||
|
|
Loading…
Reference in a new issue