Attempt to speed up CI

This commit is contained in:
Jonathan Turner
2019-09-01 19:33:13 +12:00
committed by GitHub
parent dd3c149615
commit acdecdbb04

View File

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