Skip to content

Commit aa74b07

Browse files
committed
Run more GitHub actions jobs in parallel
1 parent a332ed8 commit aa74b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 5
1010
strategy:
11-
max-parallel: 4
11+
max-parallel: 6
1212
matrix:
1313
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
1414

0 commit comments

Comments
 (0)