Skip to content

Commit c0ed18e

Browse files
committed
add -n auto in the pipeline
1 parent f0bb718 commit c0ed18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run pytest with coverage
5959
shell: bash
6060
run: |
61-
uv run --frozen --no-sync coverage run -m pytest
61+
uv run --frozen --no-sync coverage run -m pytest -n auto
6262
uv run --frozen --no-sync coverage combine
6363
uv run --frozen --no-sync coverage report
6464

0 commit comments

Comments
 (0)