diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8d1e633..adf1a73b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,5 +27,4 @@ jobs: pip install -e '.[test]' - name: Run tests run: | - pytest -n auto -m "not serial" - pytest -m "serial" + pytest