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 20
20
21
21
# Only run the stage 1 tests on merges, not on PR CI jobs.
22
22
if [[ -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 \
28
28
--skip tidyselftest
29
29
fi
30
30
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 \
36
36
--skip tidyselftest
Original file line number Diff line number Diff line change 20
20
21
21
# Only run the stage 1 tests on merges, not on PR CI jobs.
22
22
if [[ -z " ${PR_CI_JOB} " ]]; then
23
- ../x.py --stage 1 test
24
- --skip compiler
23
+ ../x.py --stage 1 test \
24
+ --skip compiler \
25
25
--skip src
26
26
27
27
# Run the `mir-opt` tests again but this time for a 32-bit target.
@@ -41,8 +41,8 @@ if [[ -z "${PR_CI_JOB}" ]]; then
41
41
library/std library/alloc library/core
42
42
fi
43
43
44
- ../x.py --stage 2 test
45
- --skip compiler
44
+ ../x.py --stage 2 test \
45
+ --skip compiler \
46
46
--skip src
47
47
48
48
# 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