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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure-test-stable.yml b/ci/azure-test-stable.yml
index f2fa7897..4280b3c1 100644
--- a/ci/azure-test-stable.yml
+++ b/ci/azure-test-stable.yml
@@ -34,7 +34,7 @@ jobs:
- template: azure-patch-crates.yml
- ${{ each crate in parameters.crates }}:
- - script: cargo test --lib && cargo test --tests
+ - script: cargo test --lib && cargo test --tests && cargo test --examples
env:
LOOM_MAX_DURATION: 10
CI: 'True'