Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ alloc)
# A 64bit little-endian and a 32bit big-endian target.
# (Varying the OS is not really worth it for alloc.)
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
echo "::group::Testing alloc ($TARGET, symbolic alignment)"
echo "::group::Testing alloctests ($TARGET, symbolic alignment)"
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-symbolic-alignment-check" \
./run-test.sh alloc --target $TARGET --lib --tests \
./run-test.sh alloctests --target $TARGET --tests \
2>&1 | ts -i '%.s '
echo "::endgroup::"
echo "::group::Testing alloc docs ($TARGET)"
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2025-03-03
nightly-2025-03-11