Closed HCastano closed 1 month ago
This ended up having issues when I was running it on the CI that I wasn't able to reproduce locally.
While there are some things that I'd maybe like to take out of this into other PRs, I this isn't high priority enough right now to continue.
Because of that I'm gonna close this.
As mentioned in #1032, the runtime of our tests is now pushing an hour. This PR changes how our tests are setup in order to allow tests to run in parallel instead of serially.
For example, now the following command runs in parallel:
vs. running this on
master
I'll add more details here once it's out of a draft state.