Update .gitea/workflows/ci.yml
All checks were successful
CI / test (push) Successful in 12s

This commit is contained in:
2026-02-14 10:47:17 +01:00
parent 8748bff9ea
commit c2a2ad7454

View File

@@ -30,7 +30,7 @@ jobs:
run: ruff check . --fix
- name: Tests (pytest)
run: pytest -q
run: pytest --collect-only -q
- name: Build scripts bundle (CI artifact)
run: |