]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: bump parallel tests to -j5
authorViktor Szakats <commit@vsz.me>
Sat, 6 Jul 2024 12:09:57 +0000 (14:09 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 8 Jul 2024 13:39:46 +0000 (15:39 +0200)
Credit-to: Dan Fandrich
Cherry-picked from #11510 #14097

.github/workflows/macos.yml

index 571e220be5ec41b4d1ca14720e3651f2844a0f08..2ef2f544ac5649f7e9421f162b0a528cf72013b9 100644 (file)
@@ -47,7 +47,7 @@ jobs:
   autotools:
     name: ${{ matrix.build.name }}
     runs-on: 'macos-latest'
-    timeout-minutes: 90
+    timeout-minutes: 60
     strategy:
       fail-fast: false
       matrix:
@@ -203,7 +203,7 @@ jobs:
       - run: make V=1 test-ci
         name: 'run tests'
         env:
-          TFLAGS: "${{ matrix.build.tflags }} ~1452"
+          TFLAGS: '${{ matrix.build.tflags }} -j5 ~1452'
 
   cmake:
     name: cmake ${{ matrix.compiler.CC }} ${{ matrix.build.name }}