Skip to content

Commit

Permalink
ci: increase the limit of installs from 2 to a bigger number (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jul 12, 2024
1 parent 7d5368c commit f85a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-versioned-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ then
fi
export NR_LOADER=./esm-loader.mjs

time $C8 ./node_modules/.bin/versioned-tests $VERSIONED_MODE --print $OUTPUT_MODE -i 2 --all --strict --samples $SAMPLES $JOBS_ARGS ${directories[@]}
time $C8 ./node_modules/.bin/versioned-tests $VERSIONED_MODE --print $OUTPUT_MODE -i 100 --all --strict --samples $SAMPLES $JOBS_ARGS ${directories[@]}

0 comments on commit f85a385

Please sign in to comment.