Skip to content

Commit b7591fb

Browse files
committed
run x check --stage 0 on CI
Signed-off-by: onur-ozkan <[email protected]>
1 parent 52882f6 commit b7591fb

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)