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.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/ci/azure-test-stable.yml b/ci/azure-test-stable.yml
index 5d806a6a..3e5a181b 100644
--- a/ci/azure-test-stable.yml
+++ b/ci/azure-test-stable.yml
@@ -22,14 +22,6 @@ jobs:
- template: azure-is-release.yml
- ${{ each crate in parameters.crates }}:
- # Run with default crate features
- - script: cargo test
- env:
- LOOM_MAX_PREEMPTIONS: 2
- CI: 'True'
- displayName: ${{ crate }} - cargo test
- workingDirectory: $(Build.SourcesDirectory)/${{ crate }}
-
# Run with all crate features
- script: cargo test --all-features
env:
@@ -41,14 +33,6 @@ jobs:
- template: azure-patch-crates.yml
- ${{ each crate in parameters.crates }}:
- # Run with default crate features
- - script: cargo test
- env:
- LOOM_MAX_PREEMPTIONS: 2
- CI: 'True'
- displayName: ${{ crate }} - cargo test
- workingDirectory: $(Build.SourcesDirectory)/${{ crate }}
-
# Run with all crate features
- script: cargo test --all-features
env: