summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-08-18 14:38:55 -0700
committerCarl Lerche <me@carllerche.com>2019-08-18 14:38:54 -0700
commit68d5fcb8d154309ba5abeaf8f092835ff3fa7c52 (patch)
tree53fcca866e2f5ff84a70aca963ca8fadc7f65ac2 /azure-pipelines.yml
parent08b07afbd9beb8d92c7aeb0cf07e56d065a73726 (diff)
docs: fix all rustdoc warnings (#1474)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml28
1 files changed, 15 insertions, 13 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 61b0ef22..bfa69089 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -115,16 +115,18 @@ jobs:
# parameters:
# name: tsan
# rust: $(nightly)
-#
-# - template: ci/azure-deploy-docs.yml
-# parameters:
-# dependsOn:
-# - rustfmt
-# - test_tokio
-# - test_sub_cross
-# - test_linux
-# - features
-# - test_nightly
-# - cross_32bit_linux
-# - minrust
-# - tsan
+
+- template: ci/azure-deploy-docs.yml
+ parameters:
+ rust: $(nightly)
+ dependsOn:
+ - rustfmt
+ - clippy
+ - test_tokio
+ - test_sub_cross
+ - test_linux
+ - test_features
+# - test_nightly
+# - cross_32bit_linux
+# - minrust
+# - tsan