We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x check
1 parent ecc7dde commit 9505178Copy full SHA for 9505178
src/ci/docker/host-x86_64/mingw-check-2/Dockerfile
@@ -27,6 +27,7 @@ COPY scripts/sccache.sh /scripts/
27
RUN sh /scripts/sccache.sh
28
29
ENV SCRIPT \
30
+ python3 ../x.py check && \
31
python3 ../x.py clippy ci && \
32
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
33
# Build both public and internal documentation.
0 commit comments