mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
Merge pull request #7985 from julek-wolfssl/curl-ci
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