summaryrefslogtreecommitdiffstats
path: root/ci/azure-check-minrust.yml
blob: 1a28f53bda1308ec03540139f0566a83d4f8ae77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
jobs:
- job: ${{ parameters.name }}
  displayName: Min supported Rust version
  pool:
    vmImage: ubuntu-16.04
  steps:
  - template: azure-install-rust.yml
    parameters:
      rust_version: ${{ parameters.rust }}

  - template: azure-patch-crates.yml

  - script: cargo check --all
    displayName: cargo check --all