Skip to content

Commit ca15b9e

Browse files
committed
ci: multiprocessing testing w/ xdist -n 2
1 parent 8b228be commit ca15b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uv export --only-group test --no-emit-project --output-file pylock.toml --directory {project} &&
5858
uv pip install -r pylock.toml
5959
CIBW_TEST_COMMAND: >
60-
uv run -v pytest ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }} --verbose --ignore=./tests/stubs
60+
uv run -v pytest -n 2 ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }} --verbose --ignore=./tests/stubs
6161
6262
steps:
6363
- name: Checkout DuckDB Python

0 commit comments

Comments
 (0)