Skip to content

Commit c7ba645

Browse files
bjorn3RalfJung
andauthored
Add comment why coretests is tested rather than core
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent af7d065 commit c7ba645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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+
# There are no library tests in core, and the integration tests are in a separate crate.
2122
echo "::group::Testing coretests ($TARGET, no validation, no Stacked Borrows, symbolic alignment)"
2223
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" \
2324
./run-test.sh coretests --target $TARGET --tests \

0 commit comments

Comments
 (0)