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: |

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
pytest -n4 --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest -n8 --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ /workspace/axolotl/tests/e2e/integrations/
pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/