Need to install beta/nightly too

This commit is contained in:
Jon Gjengset 2019-09-03 10:53:30 -04:00
parent 0778a38717
commit 327eed8b97
No known key found for this signature in database
GPG key ID: FAEA8B761ADA5F4C

View file

@ -53,9 +53,15 @@ stages:
rust: stable
- script: cargo test
displayName: Run tests
- script: cargo +beta test
- template: azure/install-rust.yml@templates
parameters:
rust: beta
- script: cargo test
displayName: Run tests on beta
- script: cargo +nightly test
- template: azure/install-rust.yml@templates
parameters:
rust: nightly
- script: cargo test
displayName: Run tests on nightly
continueOnError: true
- stage: style