diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e3d0ee1..a632131 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |