Use nproc not nproc+1 threads

This commit is contained in:
Juliusz Sosinowicz 2024-09-18 10:28:28 +02:00
parent 5ef617a75a
commit c166b9dd77

View File

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