run tests for C++ CI

release/4.3a0
Varun Agrawal 2021-10-08 11:45:56 -04:00
parent e08800c4dc
commit 9c9ea6551a
1 changed files with 2 additions and 2 deletions

View File

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