Skip to content

Commit 848ee3a

Browse files
committed
Re-enable multiple workers to speed up ci now that google cloud is gone (it was the main cause of issues with multiple workers)
1 parent 3e5f0da commit 848ee3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-examples.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ async function main() {
5959
statSync(entry).isDirectory()
6060
);
6161

62-
// work();
63-
// work();
64-
// work();
62+
work();
63+
work();
64+
work();
6565
work();
6666
}
6767

0 commit comments

Comments
 (0)