This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Jest tests are slow to run #32
Labels
maintenance
packages, tests, infrastructure etc.
needs discovery
Need to do some research or experiments to continue
nice to have
Something nice to have but not essential
The jest tests are slow to run because they all access the database, so have to be run one after the other.
If we could figure out a nice way (maybe using postgresql schemas) to give each test its own database they could be run in parallel which should drastically speed up the CI job for the tests.
Relevant discussion blitz-js/blitz#2535
The text was updated successfully, but these errors were encountered: