mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
15 lines
321 B
YAML
15 lines
321 B
YAML
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
|