Skip to content

Commit af7d065

Browse files
committed
Test coretests instead of core for regular tests
Doctests still get run on core.
1 parent 44d8381 commit af7d065

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ core)
1818
# A 64bit little-endian and a 32bit big-endian target.
1919
# (Varying the OS is totally pointless for core.)
2020
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+
echo "::group::Testing coretests ($TARGET, no validation, no Stacked Borrows, symbolic alignment)"
2222
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" \
23-
./run-test.sh core --target $TARGET --tests \
23+
./run-test.sh coretests --target $TARGET --tests \
2424
-- --skip align \
2525
2>&1 | ts -i '%.s '
2626
echo "::endgroup::"
27-
echo "::group::Testing core ($TARGET)"
27+
echo "::group::Testing coretests ($TARGET)"
2828
MIRIFLAGS="$DEFAULTFLAGS" \
29-
./run-test.sh core --target $TARGET --tests \
29+
./run-test.sh coretests --target $TARGET --tests \
3030
2>&1 | ts -i '%.s '
3131
echo "::endgroup::"
3232
echo "::group::Testing core docs ($TARGET)" && echo

0 commit comments

Comments
 (0)