We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6629da3 commit 00e427cCopy full SHA for 00e427c
docker/entrypoint.sh
@@ -1,3 +1,3 @@
1
#! /bin/bash
2
cd lnprototest
3
-make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner --log-cli-level=DEBUG'
+make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner -n$(nproc) --log-cli-level=DEBUG'
0 commit comments