Skip to content

Commit

Permalink
Re-enable multiple workers to speed up ci now that google cloud is go…
Browse files Browse the repository at this point in the history
…ne (it was the main cause of issues with multiple workers)
  • Loading branch information
acchou committed May 15, 2023
1 parent 3e5f0da commit 848ee3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ async function main() {
statSync(entry).isDirectory()
);

// work();
// work();
// work();
work();
work();
work();
work();
}

Expand Down

0 comments on commit 848ee3a

Please sign in to comment.