Revert "Try running every test at once, refs #1955"

This reverts commit 51ee8caa4a.
pull/1961/head
Simon Willison 2022-12-15 13:05:33 -08:00
rodzic 51ee8caa4a
commit 38d28dd958
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

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