commit edcb17daf8c24565ace4ca98a1c0a23a40bb5f0a (tree)
parent 39652331c9060d24d4030317d6d99855763a21e1
Author: Andrew Kelley <andrew@ziglang.org>
Date: Wed, 18 Oct 2023 14:45:13 -0700
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.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ci/x86_64-windows-debug.ps1 b/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