Merge pull request #7985 from julek-wolfssl/curl-ci

Use nproc not nproc+1 threads
This commit is contained in:
JacobBarthelmeh
2024-09-18 10:35:08 -06:00
committed by GitHub

View File

@@ -72,4 +72,4 @@ jobs:
- name: Test curl
working-directory: curl
run: make -j test-ci
run: make -j $(nproc) test-ci