From 5b41eb2c1c303efc1f11fcb036d9c6259da6d78b Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Mon, 8 Jun 2026 01:48:45 +0200 Subject: [PATCH] test: forward ci args to test --- Justfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 5cfd23f..0d06649 100644 --- a/Justfile +++ b/Justfile @@ -51,8 +51,9 @@ check-craftos: exit 1; \ fi -# Local CI entry point used by Git hooks. -ci: check-craftos check test +# Local CI entry point used by Git hooks. Pass args through to `test`. +ci *args: check-craftos check + @just test {{args}} # Run CraftOS-PC headless smoke tests. Pass `--verbose` to list each test. test *args: