combine build & test

This commit is contained in:
Maximilian Roos 2019-09-09 17:04:14 -04:00
parent cf2c19706e
commit 45201cb284
No known key found for this signature in database
GPG Key ID: 3232F28BEDA66FCD

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 --all-features
displayName: Build
- bash: RUSTFLAGS="-D warnings" cargo test
- bash: RUSTFLAGS="-D warnings" cargo test --all-features
displayName: Run tests