Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Fix the azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish committed Aug 1, 2019
1 parent 6fc15b7 commit 4e12052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e12052

Please sign in to comment.