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

Commit

Permalink
Merge branch 'avery/bob-the-builder-becomes-more-efficient-by-laying-…
Browse files Browse the repository at this point in the history
…off-half-of-his-workforce' of github.com:cloudflare/wrangler into avery/bob-the-builder-becomes-more-efficient-by-laying-off-half-of-his-workforce
  • Loading branch information
EverlastingBugstopper committed Dec 13, 2019
2 parents e7ff2e1 + 4e2fc39 commit be5c7ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
- job: test_wrangler
displayName: "Run wrangler tests, fmt, and clippy"
steps:
- script: export XDG_CONFIG_HOME=$(pwd)/installs
displayName: "set $XDG_CONFIG_HOME"
- template: ci/azure-install-rust.yml
- template: ci/azure-install-node.yml
- script: cargo test --locked
Expand All @@ -26,6 +28,8 @@ jobs:
pool:
vmImage: vs2017-win2016
steps:
- script: setx APPDATA "%USERPROFILE%\installs
displayName: "set %APPDATA%"
- template: ci/azure-install-rust.yml
- template: ci/azure-install-node.yml
- script: cargo test --locked
Expand All @@ -37,6 +41,8 @@ jobs:
- job: test_wrangler_nightly
displayName: "Run wrangler tests (nightly)"
steps:
- script: export XDG_CONFIG_HOME=$(pwd)/installs
displayName: "set $XDG_CONFIG_HOME"
- template: ci/azure-install-rust.yml
parameters:
toolchain: 'nightly'
Expand Down

0 comments on commit be5c7ea

Please sign in to comment.