File tree 1 file changed +2
-2
lines changed
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Only run the stage 1 tests on merges, not on PR CI jobs.
6
6
if [[ -z " ${PR_CI_JOB} " ]]; then
7
- ../x.py --stage 1 test --skip src/tools/tidy
7
+ ../x.py --stage 1 test --skip src/tools/tidy --skip tests/codegen
8
8
9
9
# Run the `mir-opt` tests again but this time for a 32-bit target.
10
10
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have
@@ -20,7 +20,7 @@ if [[ -z "${PR_CI_JOB}" ]]; then
20
20
fi
21
21
22
22
# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.
23
- ../x.py --stage 2 test --skip src/tools/tidy
23
+ ../x.py --stage 2 test --skip src/tools/tidy --skip tests/codegen
24
24
25
25
# Run the `mir-opt` tests again but this time for a 32-bit target.
26
26
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have
You can’t perform that action at this time.
0 commit comments