We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d073dbd commit 545e1eaCopy full SHA for 545e1ea
.github/workflows/ci.yml
@@ -50,4 +50,4 @@ jobs:
50
with:
51
key: tests
52
- name: Run test
53
- run: pixi run test --color always${{ startsWith(matrix.os, 'ubuntu') && ' --no-default-features --features rustls-tls' || '' }}
+ run: pixi run test --color always${{ startsWith(matrix.os, 'ubuntu') && ' --no-default-features --features rustls-tls' || '' }} -- --test-threads=4
0 commit comments