Merge remote-tracking branch 'origin/develop' into feature/discrete_wrapper

release/4.3a0
Fan Jiang 2021-10-08 15:15:02 -04:00
commit c2f7827748
1 changed files with 2 additions and 2 deletions

View File

@ -113,9 +113,9 @@ function test ()
# Actual testing # Actual testing
if [ "$(uname)" == "Linux" ]; then if [ "$(uname)" == "Linux" ]; then
make -j$(nproc) make -j$(nproc) check
elif [ "$(uname)" == "Darwin" ]; then elif [ "$(uname)" == "Darwin" ]; then
make -j$(sysctl -n hw.physicalcpu) make -j$(sysctl -n hw.physicalcpu) check
fi fi
finish finish