From d734d4f8b4571e57e8c7d471e6e6092385110064 Mon Sep 17 00:00:00 2001 From: Thomas Rich Date: Thu, 23 Dec 2021 14:16:15 -0800 Subject: [PATCH] trying out bumping parallelism --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 540a6b5a8..2149eb903 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: # the actual items in the array do not matter, # just the number - to force CI to sping 3 copies # of the current job in parallel - machines: [1, 2, 3] + machines: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] steps: - name: Checkout uses: actions/checkout@v1