From e270c97ed119fb179bf0156caad6c6ea31453bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 3 Dec 2025 11:48:29 +0100 Subject: [PATCH] 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. --- ci/x86_64-windows-debug.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index 9675e34723..31389a1b99 100644 --- 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