mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ Write-Output "Main test suite..."
|
||||||
--search-prefix "$PREFIX_PATH" `
|
--search-prefix "$PREFIX_PATH" `
|
||||||
-Dstatic-llvm `
|
-Dstatic-llvm `
|
||||||
-Dskip-non-native `
|
-Dskip-non-native `
|
||||||
|
-Dskip-release `
|
||||||
-Denable-symlinks-windows
|
-Denable-symlinks-windows
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue