Skip to content

Commit dba99f8

Browse files
committed
Increase to 3 workers
1 parent cc79c8e commit dba99f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python -m pip install uv
4949
python -m uv pip install --system -r requirements/required.txt -r requirements/test.txt
5050
- name: Test with pytest
51-
run: pytest -v -n 2
51+
run: pytest -v -n 3
5252

5353
minimum:
5454
runs-on: ubuntu-latest
@@ -66,4 +66,4 @@ jobs:
6666
python -m pip install uv
6767
python -m uv pip install --system -r requirements/minimum.old -r requirements/test.txt
6868
- name: Test with pytest
69-
run: pytest -v -n 2
69+
run: pytest -v -n 3

0 commit comments

Comments
 (0)