mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Revert "Try running every test at once, refs #1955"
This reverts commit 51ee8caa4a.
This commit is contained in:
parent
51ee8caa4a
commit
38d28dd958
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -33,9 +33,8 @@ jobs:
|
||||||
pip freeze
|
pip freeze
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
# pytest -n auto -m "not serial"
|
pytest -n auto -m "not serial"
|
||||||
# pytest -m "serial"
|
pytest -m "serial"
|
||||||
pytest -n auto
|
|
||||||
- name: Check if cog needs to be run
|
- name: Check if cog needs to be run
|
||||||
run: |
|
run: |
|
||||||
cog --check docs/*.rst
|
cog --check docs/*.rst
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue