We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d846f52 commit d129166Copy full SHA for d129166
.github/workflows/integration.yaml
@@ -31,7 +31,7 @@ jobs:
31
run-tests:
32
runs-on: ubuntu-latest
33
strategy:
34
- max-parallel: 6
+ max-parallel: 15
35
matrix:
36
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
37
test-type: ['standalone', 'cluster']
0 commit comments