godottest/README.md
2025-10-11 01:09:46 -04:00

10 lines
153 B
Markdown

# godottest
messing around with godot and rust
## run tests
```sh
RUST_BACKTRACE=1 godot --path godot res://tests/test_runner.tscn -- --quiet-run
```