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.
pull/1812/head
Simon Willison 2022-09-05 17:10:52 -07:00
rodzic b2b901e8c4
commit 1c29b925d3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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