10000 run CI tests with --debug · endlessm/godot-block-coding@c9122ad · GitHub
[go: up one dir, main page]

Skip to content

Commit c9122ad

Browse files
committed
run CI tests with --debug
1 parent 6ea45f7 commit c9122ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
run: |
3939
godot --path . --headless --import
4040
- name: Run tests
41+
# Godot ignores script loading errors unless run with --debug.
4142
run: |
42-
godot --path . --headless --script addons/gut/gut_cmdln.gd -gexit
43+
godot --debug --path . --headless --script addons/gut/gut_cmdln.gd -gexit

0 commit comments

Comments
 (0)
0