mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
combine build & test
This commit is contained in:
parent
cf2c19706e
commit
45201cb284
1 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,5 @@ steps:
|
|||
rustc -Vv
|
||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||
displayName: Install Rust
|
||||
- bash: RUSTFLAGS="-D warnings" cargo build --all-features
|
||||
displayName: Build
|
||||
- bash: RUSTFLAGS="-D warnings" cargo test
|
||||
- bash: RUSTFLAGS="-D warnings" cargo test --all-features
|
||||
displayName: Run tests
|
||||
|
|
Loading…
Reference in a new issue