I surely can't be the only Laravel developer with multiple databases used by the app. One of the databases has 200+tables.
The schema loading and migrations take way too long when running tests. parallel tests, 16x worse, one for each process.
Any tips out there that I'm missing?
about 20 hours ago