From 4cabfc17566bc18b3e597e19b1b1da6a5ec5f6bc Mon Sep 17 00:00:00 2001 From: RedworkDE <10944644+RedworkDE@users.noreply.github.com> Date: Tue, 9 May 2023 22:20:23 +0200 Subject: [PATCH] CI: Fix running the unit tests on windows (cherry picked from commit adbb323163e640b46394ff781b8834b485dc473b) --- .github/workflows/windows_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 2784423ea70..3dc3f1e2ed0 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -28,7 +28,7 @@ jobs: target: editor tests: true # Skip debug symbols, they're way too big with MSVC. - sconsflags: debug_symbols=no vsproj=yes + sconsflags: debug_symbols=no vsproj=yes windows_subsystem=console bin: "./bin/godot.windows.editor.x86_64.exe" - name: Template (target=template_release)