Merge pull request #557 from nushell/jonathandturner-patch-2

Attempt to speed up CI
This commit is contained in:
Jonathan Turner 2019-09-01 19:55:32 +12:00 committed by GitHub
commit 9e17b937c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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