build: Use parallel test execution to speed up verification time

This commit is contained in:
Ethan P 2020-04-27 18:48:27 -07:00 committed by Ethan P
parent b0a2ca70ba
commit 2cc263f85c

View File

@ -446,7 +446,7 @@ if "$OPT_VERIFY"; then
((SKIP++)) || true
;;
esac
done < <("${HERE}/test.sh" --compiled --porcelain)
done < <("${HERE}/test.sh" --compiled --porcelain --jobs=8)
# Print the overall result.
printf "\x1B[G\x1B[K%s" 1>&2