Run tests in serial, refs #1802

This commit is contained in:
Simon Willison 2022-09-05 16:50:53 -07:00 committed by GitHub
commit b91e17280c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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