dealbot
dealbot copied to clipboard
Run tests in parallel
Goals
Faster builds
Implementation
- split tests via circle so they run in parallel
For Discussion
Pros:
- shaves 10 min + off the total time through a build-push
Cons:
- adds a lot of complexity to the CI configuration
we disabled the long test, right @hannahhoward ? does it still make sense to merge this?