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 9ab9b6e commit b3c684bCopy full SHA for b3c684b
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 x86_64-pc-windows-msvc i686-pc-windows-gnu; 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 \
rust-version
@@ -1 +1 @@
1
-nightly-2023-01-09
+nightly-2023-01-13
0 commit comments