File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,16 @@ core)
18
18
# A 64bit little-endian and a 32bit big-endian target.
19
19
# (Varying the OS is totally pointless for core.)
20
20
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
21
- echo " ::group::Testing core ($TARGET , no validation, no Stacked Borrows, symbolic alignment)"
21
+ # There are no library tests in core, and the integration tests are in a separate crate.
22
+ echo " ::group::Testing coretests ($TARGET , no validation, no Stacked Borrows, symbolic alignment)"
22
23
MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" \
23
- ./run-test.sh core --target $TARGET --lib --tests \
24
+ ./run-test.sh coretests --target $TARGET --tests \
24
25
-- --skip align \
25
26
2>&1 | ts -i ' %.s '
26
27
echo " ::endgroup::"
27
- echo " ::group::Testing core ($TARGET )"
28
+ echo " ::group::Testing coretests ($TARGET )"
28
29
MIRIFLAGS=" $DEFAULTFLAGS " \
29
- ./run-test.sh core --target $TARGET --lib --tests \
30
+ ./run-test.sh coretests --target $TARGET --tests \
30
31
2>&1 | ts -i ' %.s '
31
32
echo " ::endgroup::"
32
33
echo " ::group::Testing core docs ($TARGET )" && echo
You can’t perform that action at this time.
0 commit comments