feat: increase max-parallel in ci
This commit is contained in:
parent
88fe2153f0
commit
9a452036c5
|
@ -11,7 +11,7 @@ jobs:
|
||||||
black-box-test:
|
black-box-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 1
|
max-parallel: 10
|
||||||
matrix:
|
matrix:
|
||||||
redis-version: [ "2.8", "3.0", "4.0", "5.0", "6.0", "7.0" ]
|
redis-version: [ "2.8", "3.0", "4.0", "5.0", "6.0", "7.0" ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in New Issue