Skip to content

Commit b3c684b

Browse files
committed
run some std tests on Windows
1 parent 9ab9b6e commit b3c684b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ std)
5656
# These are the most OS-specific (among the modules we do not skip).
5757
CORE="time:: sync:: thread:: env::"
5858

59-
for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin; do
59+
for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin x86_64-pc-windows-msvc i686-pc-windows-gnu; do
6060
echo "::group::Testing std core ($CORE on $TARGET)"
6161
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-isolation" \
6262
./run-test.sh std --target $TARGET --lib --tests \

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-01-09
1+
nightly-2023-01-13

0 commit comments

Comments
 (0)