mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
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:
parent
39652331c9
commit
edcb17daf8
@ -59,6 +59,7 @@ Write-Output "Main test suite..."
|
||||
--search-prefix "$PREFIX_PATH" `
|
||||
-Dstatic-llvm `
|
||||
-Dskip-non-native `
|
||||
-Dskip-release `
|
||||
-Denable-symlinks-windows
|
||||
CheckLastExitCode
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user