We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d8b4e commit 3333cb9Copy full SHA for 3333cb9
ci/test/06_script_b.sh
@@ -43,6 +43,6 @@ fi
43
44
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
45
BEGIN_FOLD fuzz-tests
46
- DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} -l DEBUG ${DIR_FUZZ_IN}
+ DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} $MAKEJOBS -l DEBUG ${DIR_FUZZ_IN}
47
END_FOLD
48
fi
test/fuzz/test_runner.py
@@ -38,6 +38,7 @@ def main():
38
)
39
parser.add_argument(
40
'--par',
41
+ '-j',
42
type=int,
default=4,
help='How many targets to merge or execute in parallel.',
0 commit comments