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
parent e48f88098a
commit eef6158084
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

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