mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-20 19:57:46 +02:00
build: Use parallel test execution to speed up verification time
This commit is contained in:
parent
b0a2ca70ba
commit
2cc263f85c
2
build.sh
2
build.sh
@ -446,7 +446,7 @@ if "$OPT_VERIFY"; then
|
|||||||
((SKIP++)) || true
|
((SKIP++)) || true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done < <("${HERE}/test.sh" --compiled --porcelain)
|
done < <("${HERE}/test.sh" --compiled --porcelain --jobs=8)
|
||||||
|
|
||||||
# Print the overall result.
|
# Print the overall result.
|
||||||
printf "\x1B[G\x1B[K%s" 1>&2
|
printf "\x1B[G\x1B[K%s" 1>&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user