mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 17:59:20 +00:00
In itself, this change will not cause tests to run in parallel. It just unlocks the ability to use tools like `ember exam` to run tests in parallel. For example: ``` yarn ember exam --load-balance --parallel=3 --random ```