summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-01-17 09:13:35 +0200
committerGitHub <noreply@github.com>2022-01-17 09:13:35 +0200
commitd1291660908f656447bb9132c92813489342ead4 (patch)
treeb94eded8b5109e893159c3b400de87286b684ecc
parentd846f52cb581a20af731138ccaf14745464e7356 (diff)
downloadredis-py-d1291660908f656447bb9132c92813489342ead4.tar.gz
More parallel CI workflows (#1881)
-rw-r--r--.github/workflows/integration.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index e81cf33..92f48a4 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -31,7 +31,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
- max-parallel: 6
+ max-parallel: 15
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
test-type: ['standalone', 'cluster']