alma_philmmanjaro/azure-pipelines.yml
2019-06-18 20:14:53 +03:00

6 lines
120 B
YAML

pool:
vmImage: 'ubuntu-16.04'
container: 'rust:latest'
steps:
- script: cargo check --all
displayName: Run check