We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7d065 commit c7ba645Copy full SHA for c7ba645
ci-test.sh
@@ -18,6 +18,7 @@ core)
18
# A 64bit little-endian and a 32bit big-endian target.
19
# (Varying the OS is totally pointless for core.)
20
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.
22
echo "::group::Testing coretests ($TARGET, no validation, no Stacked Borrows, symbolic alignment)"
23
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" \
24
./run-test.sh coretests --target $TARGET --tests \
0 commit comments