From aa74b07683b71b163965f6af1c6ea2c74242798e Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sat, 7 Jan 2023 19:32:43 +0100 Subject: [PATCH] Run more GitHub actions jobs in parallel --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 966b8b1..060b18d 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 strategy: - max-parallel: 4 + max-parallel: 6 matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']