test: forward ci args to test
This commit is contained in:
parent
e2e6b0f6ee
commit
5b41eb2c1c
5
Justfile
5
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user