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
|
uvx ty check
|
||||||
|
|
||||||
test:
|
test:
|
||||||
uv run pytest
|
uv run pytest -n auto --testmon
|
||||||
|
|
||||||
test-fast:
|
|
||||||
uv run pytest --testmon
|
|
||||||
|
|
||||||
test-parallel:
|
|
||||||
uv run pytest -n auto
|
|
||||||
|
|
||||||
check: lint typecheck test
|
check: lint typecheck test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue