summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index 53268f5..54d1235 100644
--- a/Justfile
+++ b/Justfile
@@ -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