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: