Skip to content

Commit 1902f7e

Browse files
ci: run lnprototest in parallel to reproduce the issue rustyrussell#31
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 6629da3 commit 1902f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#! /bin/bash
22
cd lnprototest
3-
make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner --log-cli-level=DEBUG'
3+
make check PYTEST_ARGS='--runner=lnprototest.clightning.Runner -n4 --log-cli-level=DEBUG'

0 commit comments

Comments
 (0)