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 2292532 commit d8427b5Copy full SHA for d8427b5
ci-test.sh
@@ -41,9 +41,9 @@ alloc)
41
# A 64bit little-endian and a 32bit big-endian target.
42
# (Varying the OS is not really worth it for alloc.)
43
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
44
- echo "::group::Testing alloc ($TARGET, symbolic alignment)"
+ echo "::group::Testing alloctests ($TARGET, symbolic alignment)"
45
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-symbolic-alignment-check" \
46
- ./run-test.sh alloc --target $TARGET --lib --tests \
+ ./run-test.sh alloctests --target $TARGET --tests \
47
2>&1 | ts -i '%.s '
48
echo "::endgroup::"
49
echo "::group::Testing alloc docs ($TARGET)"
0 commit comments