Skip to content

Commit d8427b5

Browse files
committed
Test alloctests instead of alloc for regular tests
Doctests still get run on alloc.
1 parent 2292532 commit d8427b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ alloc)
4141
# A 64bit little-endian and a 32bit big-endian target.
4242
# (Varying the OS is not really worth it for alloc.)
4343
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
44-
echo "::group::Testing alloc ($TARGET, symbolic alignment)"
44+
echo "::group::Testing alloctests ($TARGET, symbolic alignment)"
4545
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-symbolic-alignment-check" \
46-
./run-test.sh alloc --target $TARGET --lib --tests \
46+
./run-test.sh alloctests --target $TARGET --tests \
4747
2>&1 | ts -i '%.s '
4848
echo "::endgroup::"
4949
echo "::group::Testing alloc docs ($TARGET)"

0 commit comments

Comments
 (0)