We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b228be commit ca15b9eCopy full SHA for ca15b9e
1 file changed
.github/workflows/packaging_wheels.yml
@@ -57,7 +57,7 @@ jobs:
57
uv export --only-group test --no-emit-project --output-file pylock.toml --directory {project} &&
58
uv pip install -r pylock.toml
59
CIBW_TEST_COMMAND: >
60
- uv run -v pytest ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }} --verbose --ignore=./tests/stubs
+ uv run -v pytest -n 2 ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }} --verbose --ignore=./tests/stubs
61
62
steps:
63
- name: Checkout DuckDB Python
0 commit comments