Don't run pytest with no tests
All checks were successful
Run tests / build (3.12) (pull_request) Successful in 55s
Run tests / build (3.13) (pull_request) Successful in 1m7s

This commit is contained in:
Nick Pegg 2025-04-26 17:42:18 -07:00
parent 6138b73c60
commit 78cf06db96

View file

@ -26,7 +26,8 @@ lint:
test: test:
poetry run mypy . poetry run mypy .
poetry run pytest # No tests yet lol
# poetry run pytest
# Faster tests, only running what's changed # Faster tests, only running what's changed
test-fast: test-fast: