kopia lustrzana https://github.com/simonw/datasette
rodzic
51ee8caa4a
commit
38d28dd958
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue