forked from joey/godottest
10 lines
153 B
Markdown
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
|
|
```
|