Skip to content

Commit c06b8f0

Browse files
authored
increase worker count to 8 for basic pytests (#2075) [skip ci]
1 parent 0c8b1d8 commit c06b8f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Run tests
7373
run: |
74-
pytest --ignore=tests/e2e/ tests/
74+
pytest -n8 --ignore=tests/e2e/ tests/
7575
7676
- name: cleanup pip cache
7777
run: |

cicd/cicd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
pytest -n4 --ignore=tests/e2e/ /workspace/axolotl/tests/
4+
pytest -n8 --ignore=tests/e2e/ /workspace/axolotl/tests/
55
pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ /workspace/axolotl/tests/e2e/integrations/
66
pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/

0 commit comments

Comments
 (0)