github: also pass the j option to make

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
This commit is contained in:
Evgeny Vereshchagin 2021-05-03 22:35:19 +00:00
parent 72f83931b3
commit bfb24cf0fd

View File

@ -27,7 +27,7 @@ esac
./autogen.sh
CFLAGS="-Wall -Werror" ./configure $ARGS
make
make -j$(nproc)
make install
cat <<'EOF' >/usr/bin/lxc-test-share-ns