瀏覽代碼

CI: Fix running the unit tests on windows

(cherry picked from commit adbb323163e640b46394ff781b8834b485dc473b)
RedworkDE 2 年之前
父節點
當前提交
4cabfc1756
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/windows_builds.yml

+ 1 - 1
.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)