Files
YeetGeese/tests/run_tests.gd
T
letteka 02c1a540f9
Run Tests / test (push) Failing after 12s
Validate Project / validate (push) Failing after 12s
Updating gitea workers and adding gdunit4 and fake test.
2026-08-27 15:23:24 -07:00

5 lines
132 B
GDScript

extends SceneTree
func _ready() -> void:
var result := GdUnit4Runner.run_in_current_scene([], false)
quit(result.exit_code)