summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml43
1 files changed, 6 insertions, 37 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ae2bd1bb..e60090f7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -25,20 +25,8 @@ jobs:
displayName: Test tokio
cross: true
crates:
- tokio:
- - fs
- - io
- - io-util
- - net-driver
- - process
- - rt-full
- - signal
- - sync
- - tcp
- - timer
- - udp
- - uds
- tests-integration: []
+ - tokio
+ - tests-integration
# Test crates that are NOT platform specific
- template: ci/azure-test-stable.yml
@@ -47,29 +35,10 @@ jobs:
displayName: Test sub crates -
rust: beta
crates:
- tokio-macros: []
- tokio-test: []
- tokio-util: []
- examples: []
-
-# Test compilation failure
-# Disable pending: https://github.com/tokio-rs/tokio/pull/1695#issuecomment-547045383
-# - template: ci/azure-test-stable.yml
-# parameters:
-# name: test_features
-# displayName: Test feature flags
-# rust: beta
-# crates:
-# tests-build:
-# # - tokio-executor
-# # - executor-without-current-thread
-# # - macros-invalid-input
-# # - net-no-features
-# # - net-with-tcp
-# # - net-with-udp
-# # - net-with-uds
-# # - tokio-no-features
-# # - tokio-with-net
+ - tokio-macros
+ - tokio-test
+ - tokio-util
+ - examples
# Run loom tests
- template: ci/azure-loom.yml