We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e83d6 commit 880b20bCopy full SHA for 880b20b
tests/common/install-tools.bash
@@ -203,7 +203,7 @@ do_unit() {
203
204
git config --global advice.detachedHead false
205
206
- parallel --will-cite --halt now,fail=1 ::: \
+ parallel -j "$(nproc)" --will-cite --halt now,fail=1 ::: \
207
install_bats \
208
install_docs \
209
install_gomplate \
@@ -221,7 +221,7 @@ do_unit() {
221
222
do_main() {
223
echo "Installing main tools in parallel..."
224
225
install_kind \
226
install_velero \
227
install_bun
0 commit comments