mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Attempt to speed up CI
This commit is contained in:
parent
dd3c149615
commit
acdecdbb04
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
|
||||
displayName: Build source
|
||||
- bash: cargo test
|
||||
- bash: RUSTFLAGS="-D warnings" cargo test
|
||||
displayName: Run tests
|
||||
|
|
Loading…
Reference in a new issue