just: match uppercase in description
This commit is contained in:
parent
88b22f52e9
commit
1cc6924fa6
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -37,7 +37,7 @@ update-deps:
|
|||
uv lock --upgrade
|
||||
uv sync
|
||||
|
||||
# Run tests, args are passed-through to pytest
|
||||
# Run tests, ARGS are passed-through to pytest
|
||||
test *ARGS:
|
||||
uv run pytest tests.py {{ ARGS }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue