chore(ci): fix c_api_tests.sh to use threads on M1 properly

This commit is contained in:
Arthur Meyre
2023-05-03 13:26:17 +02:00
parent 222c5e1c19
commit 9687c55eb6

View File

@@ -56,4 +56,4 @@ if [[ $(uname) == "Darwin" ]]; then
fi
# Let's go parallel
ARGS="-j$("${nproc_bin}")" make test
ARGS="-j$(${nproc_bin})" make test