File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,10 @@ STAGE_2_TEST_SET2 := test --stage 2 --skip=tests --skip=coverage-map --skip=cove
106106
107107# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
108108ci-msvc-py :
109- $(Q )$(CFG_SRC_DIR ) /x.py test --stage 2 --skip=compiler --skip=src
110- ci-msvc-ps1 :
111- $(Q )$(CFG_SRC_DIR ) /x.ps1 test --stage 2 --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
112- ci-msvc : ci-msvc-py ci-msvc-ps1
113- ci-msvc-py-set1 :
114109 $(Q )$(CFG_SRC_DIR ) /x.py $(STAGE_2_TEST_SET1 )
115- ci-msvc-ps1-set2 :
110+ ci-msvc-ps1 :
116111 $(Q )$(CFG_SRC_DIR ) /x.ps1 $(STAGE_2_TEST_SET2 )
112+ ci-msvc : ci-msvc-py ci-msvc-ps1
117113
118114# # MingW native builders
119115
Original file line number Diff line number Diff line change @@ -462,13 +462,13 @@ auto:
462462 - name : i686-msvc-1
463463 env :
464464 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
465- SCRIPT : make ci-msvc-py-set1
465+ SCRIPT : make ci-msvc-py
466466 << : *job-windows
467467
468468 - name : i686-msvc-2
469469 env :
470470 RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
471- SCRIPT : make ci-msvc-ps1-set2
471+ SCRIPT : make ci-msvc-ps1
472472 << : *job-windows
473473
474474 # x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
You can’t perform that action at this time.
0 commit comments