Skip to content

Commit d129166

Browse files
authored
More parallel CI workflows (#1881)
1 parent d846f52 commit d129166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run-tests:
3232
runs-on: ubuntu-latest
3333
strategy:
34-
max-parallel: 6
34+
max-parallel: 15
3535
matrix:
3636
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
3737
test-type: ['standalone', 'cluster']

0 commit comments

Comments
 (0)