Skip to content

Commit fc6d328

Browse files
committed
Also test coretests
1 parent 44d8381 commit fc6d328

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ci-test.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,22 @@ core)
2424
-- --skip align \
2525
2>&1 | ts -i '%.s '
2626
echo "::endgroup::"
27+
echo "::group::Testing coretests ($TARGET, no validation, no Stacked Borrows, symbolic alignment)"
28+
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" \
29+
./run-test.sh coretests --target $TARGET --tests \
30+
-- --skip align \
31+
2>&1 | ts -i '%.s '
32+
echo "::endgroup::"
2733
echo "::group::Testing core ($TARGET)"
2834
MIRIFLAGS="$DEFAULTFLAGS" \
2935
./run-test.sh core --target $TARGET --tests \
3036
2>&1 | ts -i '%.s '
3137
echo "::endgroup::"
38+
echo "::group::Testing coretests ($TARGET)"
39+
MIRIFLAGS="$DEFAULTFLAGS" \
40+
./run-test.sh coretests --target $TARGET --tests \
41+
2>&1 | ts -i '%.s '
42+
echo "::endgroup::"
3243
echo "::group::Testing core docs ($TARGET)" && echo
3344
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-isolation" \
3445
./run-test.sh core --target $TARGET --doc \

0 commit comments

Comments
 (0)