From 5e255f192c3632f6ed4fbb0aa71f2f95a2903c12 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 7 Feb 2026 22:49:01 -0500 Subject: [PATCH] Simplify test recipe --- justfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/justfile b/justfile index 1bdfd62..a4bb791 100644 --- a/justfile +++ b/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