Skip to content

Commit 99055bd

Browse files
committed
run x check --stage 0 on CI
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 99426c5 commit 99055bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/mingw-check-2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ COPY scripts/sccache.sh /scripts/
2727
RUN sh /scripts/sccache.sh
2828

2929
ENV SCRIPT \
30+
python3 ../x.py check --stage 0 && \
3031
python3 ../x.py clippy ci && \
3132
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3233
# Build both public and internal documentation.

0 commit comments

Comments
 (0)