zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit e270c97ed119fb179bf0156caad6c6ea31453bd5 (tree)
parent c21ce534943464c99c8867aa77881e347a5ba700
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  3 Dec 2025 11:48:29 +0100

ci: don't skip release mode tests on x86_64-windows-debug

pulsar is much faster than george so we don't need to do this anymore.

Diffstat:
Mci/x86_64-windows-debug.ps1 | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 @@ -59,7 +59,6 @@ Write-Output "Main test suite..." --search-prefix "$PREFIX_PATH" ` -Dstatic-llvm ` -Dskip-non-native ` - -Dskip-release ` -Dskip-test-incremental ` -Denable-symlinks-windows ` --test-timeout 30m