CI: -Dskip-release on x86_64-windows-debug

This script is sometimes timing out, so let's test fewer things to save
time. The x86_64-windows-release script does include test coverage for
release builds of the standard library, behavior tests, etc.
This commit is contained in:
Andrew Kelley 2023-10-18 14:45:13 -07:00
parent 39652331c9
commit edcb17daf8

View file

@ -59,6 +59,7 @@ Write-Output "Main test suite..."
--search-prefix "$PREFIX_PATH" `
-Dstatic-llvm `
-Dskip-non-native `
-Dskip-release `
-Denable-symlinks-windows
CheckLastExitCode