Skip to content

Commit

Permalink
chore: Remove max-parallel from test workflow
Browse files Browse the repository at this point in the history
The test matrix contains 5 versions, there's really no need to cap
parallelism to 4 here. This should make the test suite pass in about
half the time as all the jobs can run in parallel.
  • Loading branch information
aiven-anton committed Jan 27, 2023
1 parent 479899e commit d1c60a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
steps:
Expand Down

0 comments on commit d1c60a2

Please sign in to comment.