This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020
2121# Only run the stage 1 tests on merges, not on PR CI jobs.
2222if [[ -z " ${PR_CI_JOB} " ]]; then
23- ../x.py --stage 1 test
24- --skip tests
25- --skip coverage-map
26- --skip coverage-run
27- --skip library
23+ ../x.py --stage 1 test \
24+ --skip tests \
25+ --skip coverage-map \
26+ --skip coverage-run \
27+ --skip library \
2828 --skip tidyselftest
2929fi
3030
31- ../x.py --stage 2 test
32- --skip tests
33- --skip coverage-map
34- --skip coverage-run
35- --skip library
31+ ../x.py --stage 2 test \
32+ --skip tests \
33+ --skip coverage-map \
34+ --skip coverage-run \
35+ --skip library \
3636 --skip tidyselftest
Original file line number Diff line number Diff line change 2020
2121# Only run the stage 1 tests on merges, not on PR CI jobs.
2222if [[ -z " ${PR_CI_JOB} " ]]; then
23- ../x.py --stage 1 test
24- --skip compiler
23+ ../x.py --stage 1 test \
24+ --skip compiler \
2525 --skip src
2626
2727 # Run the `mir-opt` tests again but this time for a 32-bit target.
@@ -41,8 +41,8 @@ if [[ -z "${PR_CI_JOB}" ]]; then
4141 library/std library/alloc library/core
4242fi
4343
44- ../x.py --stage 2 test
45- --skip compiler
44+ ../x.py --stage 2 test \
45+ --skip compiler \
4646 --skip src
4747
4848# Run the `mir-opt` tests again but this time for a 32-bit target.
You can’t perform that action at this time.
0 commit comments