mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
b2b901e8c4
commit
1c29b925d3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue