summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-10-11 11:00:39 -0700
committerGitHub <noreply@github.com>2019-10-11 11:00:39 -0700
commit741bef8fe1bc4d058dcb7c2f6592b1e21031dbf4 (patch)
treea1c52a34c30e37a4a1a95a0bb03f4d6473055623 /azure-pipelines.yml
parent804dbd6f8eb6ca65cc67a55048b4579ef1a457aa (diff)
tokio: move `signal` and `process` reexports to crate root (#1643)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a22cccee..fe8eb58c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -29,8 +29,10 @@ jobs:
- codec
- fs
- io
- - rt-full
- net
+ - process
+ - rt-full
+ - signal
- sync
- tcp
- timer