Skip to content

Commit d9bdbfd

Browse files
authored
Merge pull request #92 from bjorn3/fix_alloc_testing
Fix alloc testing
2 parents 2292532 + b955377 commit d9bdbfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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)"

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-03-03
1+
nightly-2025-03-11

0 commit comments

Comments
 (0)