croconut / godot-tester

A Github Action to handle testing Godot applications with GUT
MIT License
36 stars 14 forks source link

add verbose flag - default off #38

Open croconut opened 1 year ago

croconut commented 1 year ago

Should allow more transparency as to what we're doing so users can debug issues easier.

Specifically, I think we're missing logs for running gut / Godot since they're in subprocesses - we'll want to pipe output streams back to the main process.