pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

Parallelize tests on CI #123

Closed pixelastic closed 3 years ago

pixelastic commented 3 years ago

I should create two queues for running tests on the CI. One for quick unit tests, and one for slow compile/watch tests.

Running both in parallel would help me better identify which tests are failing, and getting results faster.