diff options
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ rebuild: quick: just build && just install +# Run host unit tests (TZ=UTC for deterministic localtime/streak checks) +test: + make -C tests test + # Build with DEBUG=1 compile flag debug-build: DEBUG=1 pebble build |
