File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ if [[ -z "${PR_CI_JOB}" ]]; then
9
9
# The tests are run a second time with the size optimizations enabled.
10
10
if [[ " ${ENABLE_GCC_CODEGEN} " == " 1" ]]; then
11
11
../x.py --stage 1 test --skip src/tools/tidy --skip tests/codegen
12
- ../x.py --stage 1 test --skip src/tools/tidy --skip tests/codegen \
12
+ ../x.py --stage 1 test library/std library/alloc library/core \
13
13
--rustc-args " --cfg feature=\" optimize_for_size\" "
14
14
else
15
15
../x.py --stage 1 test --skip src/tools/tidy
16
- ../x.py --stage 1 test --skip src/tools/tidy --rustc-args \
17
- " --cfg feature=\" optimize_for_size\" "
16
+ ../x.py --stage 1 test library/std library/alloc library/core \
17
+ --rustc-args " --cfg feature=\" optimize_for_size\" "
18
18
fi
19
19
20
20
# 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