test: forward ci args to test

This commit is contained in:
Guillaume ARM 2026-06-08 01:48:45 +02:00
parent e2e6b0f6ee
commit 5b41eb2c1c

View File

@ -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: