increase worker count to 8 for basic pytests (#2075) [skip ci]

This commit is contained in:
Wing Lian
2024-11-18 11:52:35 -05:00
committed by GitHub
parent 0c8b1d824a
commit c06b8f0243
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Run tests
run: |
pytest --ignore=tests/e2e/ tests/
pytest -n8 --ignore=tests/e2e/ tests/
- name: cleanup pip cache
run: |