diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b44317d93..b4ef404215 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | diff --git a/cicd/cicd.sh b/cicd/cicd.sh index 483d62a7ad..e199e112ff 100755 --- a/cicd/cicd.sh +++ b/cicd/cicd.sh @@ -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/