We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8b1d8 commit c06b8f0Copy full SHA for c06b8f0
.github/workflows/tests.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Run tests
73
run: |
74
- pytest --ignore=tests/e2e/ tests/
+ pytest -n8 --ignore=tests/e2e/ tests/
75
76
- name: cleanup pip cache
77
cicd/cicd.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-pytest -n4 --ignore=tests/e2e/ /workspace/axolotl/tests/
+pytest -n8 --ignore=tests/e2e/ /workspace/axolotl/tests/
5
pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ /workspace/axolotl/tests/e2e/integrations/
6
pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/
0 commit comments