forked from wolfSSL/wolfssl
Use nproc not nproc+1 threads
This commit is contained in:
2
.github/workflows/curl.yml
vendored
2
.github/workflows/curl.yml
vendored
@ -72,4 +72,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Test curl
|
- name: Test curl
|
||||||
working-directory: curl
|
working-directory: curl
|
||||||
run: make -j test-ci
|
run: make -j $(nproc) test-ci
|
||||||
|
Reference in New Issue
Block a user