From 66cbed3ce302e43f18c7d0a6673886404570fb39 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 17 Nov 2019 15:24:58 +0900 Subject: [PATCH] tls: enable test on CI (#1779) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 60d8cf7a6..ebd27ecab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,7 @@ jobs: crates: - tokio-macros - tokio-test + - tokio-tls - tokio-util - examples