Skip to content

Commit

Permalink
Run more GitHub actions jobs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 7, 2023
1 parent a332ed8 commit aa74b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
max-parallel: 4
max-parallel: 6
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']

Expand Down

0 comments on commit aa74b07

Please sign in to comment.