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 6a557a3 commit afe495fCopy full SHA for afe495f
ci-test.sh
@@ -56,7 +56,7 @@ std)
56
# These are the most OS-specific (among the modules we do not skip).
57
CORE="time:: sync:: thread:: env::"
58
59
- for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin; do
+ for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin i686-pc-windows-msvc; do
60
echo "::group::Testing std core ($CORE on $TARGET)"
61
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-isolation" \
62
./run-test.sh std --target $TARGET --lib --tests \
0 commit comments