steps:
- template: azure-install-rust.yml
- bash: cargo test --no-default-features
displayName: "cargo test --no-default-features"
- bash: cargo test
displayName: "cargo test"
- bash: cargo run --manifest-path systest/Cargo.toml
displayName: "run systest"
- bash: cargo test --manifest-path git2-curl/Cargo.toml
displayName: "test git2-curl"