Merge pull request #76887 from RedworkDE/ci-fix-windows-unit-tests

CI: Fix running the unit tests on windows
This commit is contained in:
Rémi Verschelde
2023-05-15 10:57:04 +02:00
committed by GitHub

View File

@@ -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)