aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/php/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/php/justfile')
-rw-r--r--worker/php/justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/worker/php/justfile b/worker/php/justfile
index 115165d..896798b 100644
--- a/worker/php/justfile
+++ b/worker/php/justfile
@@ -1,5 +1,9 @@
check:
npm run check
+test:
+ npm test
+
ci:
npx biome ci .
+ npm test