summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 11:04:58 -0700
committerGitHub <noreply@github.com>2019-08-15 11:04:58 -0700
commit8538c25170240fa46313ffe9d4a9a2f9ba2536e5 (patch)
tree24b7d8e14a4741cd9faf116edf95d770bb937990 /azure-pipelines.yml
parent7b6438a17247e026c996712a7c83d0c43442d73e (diff)
reactor: rename tokio-reactor -> tokio-net (#1450)
* reactor: rename tokio-reactor -> tokio-net This is in preparation for #1264
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c4992ae9..4b740f5f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -30,7 +30,6 @@ jobs:
- codec
- fs
- io
- - reactor
- rt-full
- net
- sync
@@ -48,8 +47,8 @@ jobs:
rust: $(nightly)
crates:
tokio-fs: []
+ tokio-net: []
tokio-process: []
- tokio-reactor: []
tokio-signal: []
tokio-tcp:
- async-traits
@@ -87,6 +86,8 @@ jobs:
crates:
ui-tests:
- executor-without-current-thread
+ - tokio-no-features
+ - tokio-with-net
# - template: ci/azure-cargo-check.yml
# parameters: