Skip to content

Commit f56fe9b

Browse files
Gimgimjyn514
Gimgim
andauthored
Update src/ci/docker/host-x86_64/mingw-check/Dockerfile
Co-authored-by: Joshua Nelson <github@jyn.dev>
1 parent 1af1c77 commit f56fe9b

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
@@ -36,7 +36,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
3636
python3 ../x.py build --stage 0 src/tools/build-manifest && \
3737
python3 ../x.py test --stage 0 src/tools/compiletest && \
3838
python3 ../x.py test --stage 2 src/tools/tidy && \
39-
python3 ../x.py test --stage 0 library/std && \
39+
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
4040
python3 ../x.py doc --stage 0 library/test && \
4141
/scripts/validate-toolstate.sh && \
4242
/scripts/validate-error-codes.sh && \

0 commit comments

Comments
 (0)