summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 20:37:25 -0700
committerGitHub <noreply@github.com>2019-08-15 20:37:25 -0700
commit4788d3a9e3dd037424442c98e9f26b93a33a2077 (patch)
tree5324a25c3578964a2aa38c4cd6a1ed324078cdd6 /azure-pipelines.yml
parentf1f61a3b15d17767b12bfd8c0c5712db1b089b0b (diff)
tcp: move tokio-tcp into tokio-net (#1456)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e48a8a92..37fe8591 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -47,11 +47,10 @@ jobs:
rust: $(nightly)
crates:
tokio-fs: []
- tokio-net: []
+ tokio-net:
+ - tcp
tokio-process: []
tokio-signal: []
- tokio-tcp:
- - async-traits
tokio-udp: []
tokio-uds:
- async-traits
@@ -85,7 +84,11 @@ jobs:
rust: $(nightly)
crates:
ui-tests:
+ - tokio-executor
+ - tokio-net
- executor-without-current-thread
+ - net-no-features
+ - net-with-tcp
- tokio-no-features
- tokio-with-net