Skip to content

Commit

Permalink
chore: disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
derkork committed Jun 1, 2024
1 parent 89f617f commit 37c18a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run tests
run: godot --headless --path "$PWD" -d -s addons/gut/gut_cmdln.gd -gdir=res://tests/ -gprefix=test_ -gsuffix=.gd -gexit -ginclude_subdirs
run: godot --headless --path "$PWD" -s addons/gut/gut_cmdln.gd -gdir=res://tests/ -gprefix=test_ -gsuffix=.gd -gexit -ginclude_subdirs

0 comments on commit 37c18a1

Please sign in to comment.