summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b943bfe6..2acdb522 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -26,7 +26,6 @@ jobs:
cross: true
crates:
tokio:
- - codec
- fs
- io
- net
@@ -61,7 +60,6 @@ jobs:
displayName: Test sub crates -
rust: beta
crates:
- tokio-codec: []
tokio-executor:
- current-thread
- thread-pool
@@ -71,6 +69,8 @@ jobs:
- async-traits
tokio-macros: []
tokio-test: []
+ tokio-util: []
+ examples: []
# Test compilation failure
- template: ci/azure-test-stable.yml