summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-06-30 08:48:53 -0700
committerGitHub <noreply@github.com>2019-06-30 08:48:53 -0700
commitb2c777846eda2f8d68b3877d0cd5dff77ccde76f (patch)
treea2d5cbe6518a74b89f5587ee9996bdb79f127bb1 /azure-pipelines.yml
parent8e7d8af5886000c20bbe6b6b046bbc1c8256015f (diff)
timer: finish updating timer (#1222)
* timer: restructure feature flags * update timer tests * Add `async-traits` to CI This also disables a buggy `threadpool` test. This test should be fixed in the future. Refs #1225
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml37
1 files changed, 25 insertions, 12 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4d6a09d0..f59e82a5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,7 +19,8 @@ jobs:
displayName: Test tokio
cross: true
crates:
- - tokio
+ tokio:
+ - default
# Test crates that are platform specific
- template: ci/azure-test-stable.yml
@@ -30,11 +31,14 @@ jobs:
rust: $(nightly)
crates:
# - tokio-fs
- - tokio-reactor
+ tokio-reactor:
+ - default
# - tokio-signal
- - tokio-tcp
+ tokio-tcp:
+ - default
# - tokio-tls
- - tokio-udp
+ tokio-udp:
+ - default
# - tokio-uds
# Test crates that are NOT platform specific
@@ -45,15 +49,24 @@ jobs:
rust: $(nightly)
crates:
# - tokio-buf
- - tokio-codec
- - tokio-current-thread
- - tokio-executor
- - tokio-io
- - tokio-sync
- - tokio-macros
+ tokio-codec:
+ - default
+ tokio-current-thread:
+ - default
+ tokio-executor:
+ - default
+ tokio-io:
+ - default
+ tokio-sync:
+ - default
+ tokio-macros:
+ - default
# - tokio-threadpool
- - tokio-timer
- - tokio-test
+ tokio-timer:
+ - default
+ - async-traits
+ tokio-test:
+ - default
# - template: ci/azure-cargo-check.yml
# parameters: