Skip to content

Commit

Permalink
CI: Fix running the unit tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RedworkDE committed May 9, 2023
1 parent 7f46875 commit adbb323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit adbb323

Please sign in to comment.