just: match uppercase in description

This commit is contained in:
bronsen 2026-02-19 21:15:18 +01:00
parent 88b22f52e9
commit 1cc6924fa6

View file

@ -37,7 +37,7 @@ update-deps:
uv lock --upgrade uv lock --upgrade
uv sync uv sync
# Run tests, args are passed-through to pytest # Run tests, ARGS are passed-through to pytest
test *ARGS: test *ARGS:
uv run pytest tests.py {{ ARGS }} uv run pytest tests.py {{ ARGS }}