diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 3a08f8a7f6..f358f99a96 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -21,15 +21,6 @@ strategy: windows-stable: image: windows-2019 style: 'unflagged' - linux-nightly-canary: - image: ubuntu-18.04 - style: 'canary' - macos-nightly-canary: - image: macos-10.14 - style: 'canary' - windows-nightly-canary: - image: windows-2019 - style: 'canary' fmt: image: ubuntu-18.04 style: 'fmt' @@ -62,15 +53,9 @@ steps: - bash: RUSTFLAGS="-D warnings" cargo clippy --all -- -D clippy::unwrap_used condition: eq(variables['style'], 'unflagged') displayName: Check clippy lints - - bash: RUSTFLAGS="-D warnings" cargo test --all - condition: eq(variables['style'], 'canary') - displayName: Run tests - bash: cd samples/wasm && wasm-pack build condition: eq(variables['style'], 'wasm') displayName: Wasm build - - bash: RUSTFLAGS="-D warnings" cargo clippy --all -- -D clippy::unwrap_used - condition: eq(variables['style'], 'canary') - displayName: Check clippy lints - bash: RUSTFLAGS="-D warnings" cargo test --all --no-default-features --features=rustyline-support condition: eq(variables['style'], 'minimal') displayName: Run tests