Simplify test recipe
This commit is contained in:
parent
b0fcb080d3
commit
5e255f192c
1 changed files with 1 additions and 7 deletions
8
justfile
8
justfile
|
|
@ -6,13 +6,7 @@ typecheck:
|
|||
uvx ty check
|
||||
|
||||
test:
|
||||
uv run pytest
|
||||
|
||||
test-fast:
|
||||
uv run pytest --testmon
|
||||
|
||||
test-parallel:
|
||||
uv run pytest -n auto
|
||||
uv run pytest -n auto --testmon
|
||||
|
||||
check: lint typecheck test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue