Commit edcb17daf8

Andrew Kelley <andrew@ziglang.org>
2023-10-18 23:45:13
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.
1 parent 3965233
Changed files (1)
ci/x86_64-windows-debug.ps1
@@ -59,6 +59,7 @@ Write-Output "Main test suite..."
   --search-prefix "$PREFIX_PATH" `
   -Dstatic-llvm `
   -Dskip-non-native `
+  -Dskip-release `
   -Denable-symlinks-windows
 CheckLastExitCode