File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ if [[ -z "${PR_CI_JOB}" ]]; then
12
12
../x.py --stage 1 test --skip src/tools/tidy
13
13
fi
14
14
15
- # The tests are run a second time with the size optimizations enabled.
16
- ../x.py --stage 1 test library/std library/alloc library/core \
17
- --rustc-args " --cfg feature=\" optimize_for_size\" "
18
-
19
15
# Run the `mir-opt` tests again but this time for a 32-bit target.
20
16
# This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have
21
17
# both 32-bit and 64-bit outputs updated by the PR author, before
@@ -27,6 +23,10 @@ if [[ -z "${PR_CI_JOB}" ]]; then
27
23
# Run `ui-fulldeps` in `--stage=1`, which actually uses the stage0
28
24
# compiler, and is sensitive to the addition of new flags.
29
25
../x.py --stage 1 test tests/ui-fulldeps
26
+
27
+ # The tests are run a second time with the size optimizations enabled.
28
+ ../x.py --stage 1 test library/std library/alloc library/core \
29
+ --rustc-args " --cfg feature=\" optimize_for_size\" "
30
30
fi
31
31
32
32
# When running gcc backend tests, we need to install `libgccjit` and to not run llvm codegen
You can’t perform that action at this time.
0 commit comments