Skip to content

Commit b97fc6d

Browse files
author
Lukas Markeffsky
committed
Check compiler and tools docs in CI
1 parent c7813ef commit b97fc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ci/docker/host-x86_64/mingw-check/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
4646
python3 ../x.py test --stage 0 src/tools/compiletest && \
4747
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
4848
# Build both public and internal documentation.
49-
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \
49+
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library compiler rustdoc rustfmt clippy miri && \
5050
/scripts/validate-toolstate.sh && \
5151
/scripts/validate-error-codes.sh && \
5252
reuse lint && \

0 commit comments

Comments
 (0)