mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 05:18:42 +00:00
Merge pull request #318 from twe4ked/fail-build-on-warning
Fail the build on warnings
This commit is contained in:
commit
fbc4749ef7
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