Skip to content

Commit

Permalink
run some std tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jan 9, 2023
1 parent 6a557a3 commit afe495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ std)
# These are the most OS-specific (among the modules we do not skip).
CORE="time:: sync:: thread:: env::"

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
echo "::group::Testing std core ($CORE on $TARGET)"
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-isolation" \
./run-test.sh std --target $TARGET --lib --tests \
Expand Down

0 comments on commit afe495f

Please sign in to comment.