mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
add multi job support to first precommit make test
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# make sure current config is ok
|
# make sure current config is ok
|
||||||
echo -e "\n\nTesting current config...\n\n"
|
echo -e "\n\nTesting current config...\n\n"
|
||||||
make test;
|
make -j 8 test;
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nCurrent config make test failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nCurrent config make test failed" && exit 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user