Simplify test recipe

This commit is contained in:
Jared Miller 2026-02-07 22:49:01 -05:00
parent b0fcb080d3
commit 5e255f192c
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -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