summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 14:42:05 -0700
committerGitHub <noreply@github.com>2019-08-16 14:42:05 -0700
commita83f5e4ba60c9934b75b3e47e66d516738fef395 (patch)
treef5461210676b6d7f68bbef03cb28bf017f1b4370 /azure-pipelines.yml
parent4935aae1640e668966b615ff32425d57d843bc3a (diff)
uds: move into tokio-net (#1462)
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 bd6fe881..cd1fbf0e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -50,10 +50,9 @@ jobs:
tokio-net:
- tcp
- udp
+ - uds
tokio-process: []
tokio-signal: []
- tokio-uds:
- - async-traits
# Test crates that are NOT platform specific
- template: ci/azure-test-stable.yml
@@ -90,6 +89,7 @@ jobs:
- net-no-features
- net-with-tcp
- net-with-udp
+ - net-with-uds
- tokio-no-features
- tokio-with-net