Commit a79c4f0e authored by Stefan Behnel's avatar Stefan Behnel

Try if changing the number of test jobs speeds up or slows down the builds on Github Actions.

parent 494c7051
......@@ -97,4 +97,4 @@ python runtests.py \
$LIMITED_API \
$EXCLUDE \
$(if [ "$COVERAGE" == "1" ]; then echo " --coverage"; fi) \
$(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j12 "; fi)
$(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j9 "; fi)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment