summaryrefslogtreecommitdiffstats
path: root/ci/azure-check-minrust.yml
blob: 7a5e602af7d61c37b3ba4884883180865d753169 (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_version }}

  - template: azure-patch-crates.yml

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