mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 23:30:22 +02:00
combine build & test
This commit is contained in:
@ -21,7 +21,5 @@ steps:
|
|||||||
rustc -Vv
|
rustc -Vv
|
||||||
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||||
displayName: Install Rust
|
displayName: Install Rust
|
||||||
- bash: RUSTFLAGS="-D warnings" cargo build --all-features
|
- bash: RUSTFLAGS="-D warnings" cargo test --all-features
|
||||||
displayName: Build
|
|
||||||
- bash: RUSTFLAGS="-D warnings" cargo test
|
|
||||||
displayName: Run tests
|
displayName: Run tests
|
||||||
|
Reference in New Issue
Block a user