Fix the azure pipeline

This commit is contained in:
Roey Darwish Dror 2019-08-01 15:21:09 +03:00
parent 6fc15b7c40
commit 4e12052f5a

View File

@ -5,8 +5,10 @@ stages:
displayName: Sanity Check
pool:
vmImage: 'ubuntu-16.04'
container: 'rust:latest'
container: 'rust:latest'
steps:
- script: rustup component add clippy rustfmt
displayName: Install clippy and rustfmt
- script: cargo fmt -- --check
displayName: Check Formatting
- script: cargo check --all