diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4032656..886f649a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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