Run tests in serial again

Because this didn't fix the issue I'm seeing in #1802

Revert "Run tests in serial, refs #1802"

This reverts commit b91e17280c.
This commit is contained in:
Simon Willison 2022-09-05 17:10:52 -07:00
commit 1c29b925d3

View file

@ -33,7 +33,8 @@ jobs:
pip freeze
- name: Run tests
run: |
pytest
pytest -n auto -m "not serial"
pytest -m "serial"
- name: Check if cog needs to be run
run: |
cog --check docs/*.rst