feat: increase max-parallel in ci

This commit is contained in:
suxb201 2024-12-13 16:52:30 +08:00
parent 88fe2153f0
commit 9a452036c5
1 changed files with 1 additions and 1 deletions

View File

@ -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