From acdecdbb049f3769e3062fcb9fb348d45376bdd8 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 1 Sep 2019 19:33:13 +1200 Subject: [PATCH] Attempt to speed up CI --- .azure/azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 46df33d74d..50ebcf1e24 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 - displayName: Build source - - bash: cargo test + - bash: RUSTFLAGS="-D warnings" cargo test displayName: Run tests