From d1291660908f656447bb9132c92813489342ead4 Mon Sep 17 00:00:00 2001 From: Chayim Date: Mon, 17 Jan 2022 09:13:35 +0200 Subject: More parallel CI workflows (#1881) --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v1.2.1