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; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Local CI entry point used by Git hooks.
|
# Local CI entry point used by Git hooks. Pass args through to `test`.
|
||||||
ci: check-craftos check test
|
ci *args: check-craftos check
|
||||||
|
@just test {{args}}
|
||||||
|
|
||||||
# Run CraftOS-PC headless smoke tests. Pass `--verbose` to list each test.
|
# Run CraftOS-PC headless smoke tests. Pass `--verbose` to list each test.
|
||||||
test *args:
|
test *args:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user