Skip to content

Commit

Permalink
build: change max-parallel on CI to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Apr 5, 2024
1 parent 3c22d48 commit 0bcbda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
name: 👷 Test & Build
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 3
fail-fast: false
matrix:
goVer: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
steps:
Expand Down

0 comments on commit 0bcbda5

Please sign in to comment.