Remove -n because tests are quick

This commit is contained in:
Jeremiah Lowin 2024-11-30 09:12:57 -05:00
commit 6b257f42aa
3 changed files with 27 additions and 2 deletions

View file

@ -31,5 +31,5 @@ jobs:
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest -n auto -vv
run: uv run pytest -vv
if: ${{ !(github.event.pull_request.head.repo.fork) }}