Refactor tests so they can be run in parallel #83
Labels
Electron
Involves Electron's code
help wanted
Extra attention is needed
SvelteKit
Involves SvelteKit's code
v2
Tasks for Canutin v2
At the moment the tests run using 1 worker, the main reason why we can't increase the number of workers is due to: #51
Aside from being blocked by that issue there is probably a way to improve the current GitHub Actions workflow to at least parallelize each of the browser jobs.
The text was updated successfully, but these errors were encountered: