summaryrefslogtreecommitdiff
path: root/.github/workflows/integration.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/integration.yaml')
-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']