mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(ci): fix c_api_tests.sh to use threads on M1 properly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user