Skip to content

Commit 0fbe285

Browse files
committed
run x check on mingw-check-2
Signed-off-by: onur-ozkan <[email protected]>
1 parent e186aac commit 0fbe285

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 && \
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)