Set up forgejo actions (#1)
Some checks failed
Run tests / build (3.12) (push) Has been cancelled
Run tests / build (3.13) (push) Has been cancelled

Reviewed-on: #1
Co-authored-by: Nick Pegg <nick@nickpegg.com>
Co-committed-by: Nick Pegg <nick@nickpegg.com>
This commit is contained in:
Nick Pegg 2025-04-27 00:55:11 +00:00 committed by nick
parent d297110d88
commit a8eb1df562
2 changed files with 43 additions and 1 deletions

View file

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