add multi job support to first precommit make test
This commit is contained in:
parent
f1ed3cefc4
commit
e2ae36f149
@ -5,7 +5,7 @@
|
||||
|
||||
# make sure current config is ok
|
||||
echo -e "\n\nTesting current config...\n\n"
|
||||
make test;
|
||||
make -j 8 test;
|
||||
RESULT=$?
|
||||
[ $RESULT -ne 0 ] && echo -e "\n\nCurrent config make test failed" && exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user