aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 73f0219..fe4c6b2 100644
--- a/justfile
+++ b/justfile
@@ -56,3 +56,6 @@ check:
cd backend; just check
cd worker/swift; just check
npm -w frontend run check
+
+test:
+ cd backend; just test