mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Merge pull request #557 from nushell/jonathandturner-patch-2
Attempt to speed up CI
This commit is contained in:
commit
9e17b937c3
1 changed files with 1 additions and 3 deletions
|
@ -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
|
- bash: RUSTFLAGS="-D warnings" cargo test
|
||||||
displayName: Build source
|
|
||||||
- bash: cargo test
|
|
||||||
displayName: Run tests
|
displayName: Run tests
|
||||||
|
|
Loading…
Reference in a new issue