mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-13 00:00:32 +02:00
16 lines
318 B
YAML
16 lines
318 B
YAML
jobs:
|
|
- job: ${{parameters.name}}
|
|
displayName: Loom tests
|
|
pool:
|
|
vmImage: ubuntu-16.04
|
|
|
|
steps:
|
|
- template: azure-install-rust.yml
|
|
parameters:
|
|
rust_version: ${{parameters.rust_version}}
|
|
|
|
- script: RUSTFLAGS="--cfg loom" cargo test --lib
|
|
displayName: RUSTFLAGS="--cfg loom" cargo test --lib
|
|
|
|
|