Parallelize Circle CI jobs #448
Labels
infrastructure
Has to do with changes to the development process, e.g., build scripts, CI, testing utilities
optimization
Does not change functionality but makes code faster
The problem
We currently have the ability to use up to 4 parallel runs per CI job in Circle CI. However, we are not using that at the moment.
Possible solution
We can split WL and C++ tests into groups that we can run in parallel. Take a look at Circle CI docs.
The text was updated successfully, but these errors were encountered: