mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
GHA/macos: bump parallel tests to -j5
Credit-to: Dan Fandrich Cherry-picked from #11510 #14097
This commit is contained in:
parent
338f5ae680
commit
72341068a2
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user