summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-06-26 14:40:52 -0700
committerGitHub <noreply@github.com>2019-06-26 14:40:52 -0700
commit8404f796ac99504ac9fbbce898e78bb02f05804a (patch)
treeeb62ed173093a97f48a319ae26c86a81d2943735 /azure-pipelines.yml
parent6316aa1d0b0465e8ca72040879365a91c844887f (diff)
test: get `cargo test --tests` working (#1205)
Broken tests are disabled
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c39e8ca6..be2b8443 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -31,7 +31,7 @@ jobs:
# - tokio-fs
- tokio-reactor
# - tokio-signal
-# - tokio-tcp
+ - tokio-tcp
# - tokio-tls
- tokio-udp
# - tokio-uds
@@ -51,8 +51,8 @@ jobs:
- tokio-macros
- tokio-sync
# - tokio-threadpool
- # - tokio-timer
- # - tokio-test
+ - tokio-timer
+ - tokio-test
# - tokio-trace
# - tokio-trace/tokio-trace-core
# - tokio-trace/test-log-support