run tests for C++ CI
parent
e08800c4dc
commit
9c9ea6551a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue