Skip to content

Commit

Permalink
Force 4 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Dec 18, 2024
1 parent a8dfc8f commit c5e1ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const version = process.versions.node.split(".");
const major = parseInt(version[0], 10);
const minor = parseInt(version[1], 10);

let args = "--allow-incomplete-coverage";
let args = "--allow-incomplete-coverage --jobs=4";

if (process.env.CI) {
args += " --coverage-report=lcov";
Expand Down

0 comments on commit c5e1ef4

Please sign in to comment.