Try running every test at once, refs #1955

pull/1961/head
Simon Willison 2022-12-15 12:51:18 -08:00
rodzic dc18f62089
commit 51ee8caa4a
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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