From 848ee3a132d311b3eb68e23b411dd3d77ef56bb3 Mon Sep 17 00:00:00 2001 From: Andy Chou Date: Mon, 15 May 2023 09:24:45 -0700 Subject: [PATCH] Re-enable multiple workers to speed up ci now that google cloud is gone (it was the main cause of issues with multiple workers) --- test-examples.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-examples.js b/test-examples.js index 3e5bd481..eef35c4b 100644 --- a/test-examples.js +++ b/test-examples.js @@ -59,9 +59,9 @@ async function main() { statSync(entry).isDirectory() ); - // work(); - // work(); - // work(); + work(); + work(); + work(); work(); }