diff --git a/.gitea/workflows/errorfix-ci.yml b/.gitea/workflows/errorfix-ci.yml index 7f80f59..1c7bb3f 100644 --- a/.gitea/workflows/errorfix-ci.yml +++ b/.gitea/workflows/errorfix-ci.yml @@ -35,9 +35,9 @@ jobs: pip install -e ".[dev]" - name: Run tests - run: python -m pytest tests/ -v --tb=short + run: python -m pytest errorfix/tests/ -v --tb=short - name: Run linting run: | pip install ruff - ruff check errorfix/ tests/ \ No newline at end of file + ruff check errorfix/ tests/