Skip to content

Commit

Permalink
feat: increase max-parallel in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Dec 13, 2024
1 parent 88fe215 commit 9a45203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
black-box-test:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 10
matrix:
redis-version: [ "2.8", "3.0", "4.0", "5.0", "6.0", "7.0" ]
fail-fast: false
Expand Down

0 comments on commit 9a45203

Please sign in to comment.