summaryrefslogtreecommitdiffstats
path: root/ci/azure-test-stable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/azure-test-stable.yml')
-rw-r--r--ci/azure-test-stable.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/ci/azure-test-stable.yml b/ci/azure-test-stable.yml
index af378d5e..c385be26 100644
--- a/ci/azure-test-stable.yml
+++ b/ci/azure-test-stable.yml
@@ -27,13 +27,7 @@ jobs:
displayName: cargo test -p ${{ crate }}
workingDirectory: $(Build.SourcesDirectory)/${{ crate }}
- - script: |
- set -e
- cat ci/patch.toml >> Cargo.toml
- echo "~~~~ Cargo.toml ~~~~"
- cat Cargo.toml
- echo "~~~~~~~~~~~~~~~~~~~~"
- displayName: Patch Cargo.toml
+ - template: azure-patch-crates.yml
- ${{ each crate in parameters.crates }}:
- script: cargo test