Skip to content

Commit caf04ce

Browse files
committed
Don't run rustdoc test in normal test cycle
1 parent 7354485 commit caf04ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ check-stage$(1)-T-$(2)-H-$(3): tidy \
139139
check-stage$(1)-T-$(2)-H-$(3)-cfail \
140140
check-stage$(1)-T-$(2)-H-$(3)-bench \
141141
check-stage$(1)-T-$(2)-H-$(3)-pretty \
142-
check-stage$(1)-T-$(2)-H-$(3)-rustdoc \
142+
# check-stage$(1)-T-$(2)-H-$(3)-rustdoc \
143143
check-stage$(1)-T-$(2)-H-$(3)-doc-tutorial
144144

145145
check-stage$(1)-T-$(2)-H-$(3)-core: \

0 commit comments

Comments
 (0)