Skip to content

Commit

Permalink
fix: Run tests in parallel again now that sphinx-reredirects has upda…
Browse files Browse the repository at this point in the history
…ted.

Our change was meregd upstream so we should be safe to run parallel builds again without any warnings.
  • Loading branch information
feanil committed May 23, 2023
1 parent b43edb7 commit 877e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ for project in "${projects[@]}"; do
# -w writes warnings and errors to the specified file in
# addition to stderr.
# -n runs in nit-picky mode.
make html SPHINXOPTS="-w $err_log_file"
make html SPHINXOPTS="-j4 -n -w $err_log_file"

if [ $? -gt 0 ]; then
project_build_status=1
Expand Down

0 comments on commit 877e073

Please sign in to comment.