diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 2c36e9969..b384e8df3 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -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