Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
feat(test): add nightly to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Apr 5, 2019
1 parent 30cebe1 commit ed925d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ jobs:
- template: ci/azure-install-rust.yml
- script: cargo test --locked
displayName: "cargo test --locked"

- job: test_wrangler_nightly
displayName: "Run wrangler tests (nightly)"
steps:
- template: ci/azure-install-rust.yml
parameters:
toolchain: nightly
- script: cargo test --locked
displayName: "cargo test --locked"

0 comments on commit ed925d3

Please sign in to comment.