Separate Wolfram Language build and test jobs on CI #580
Labels
blocked
Requires another issue to be completed first
infrastructure
Has to do with changes to the development process, e.g., build scripts, CI, testing utilities
refactor
Does not change functionality, but makes the code better organized or more readable
Requires #579.
The problem
We currently build and test Wolfram Language code in the same Circle CI job, which results in awkward behavior such as artifacts being uploaded 4 times since tests are parallelized #578. We should split them.
Possible solution
This would be straightforward if not for the fact that downloading a docker image with Mathematica takes ~60 seconds which makes splitting the jobs more expensive. We need to implement #579 first.
The text was updated successfully, but these errors were encountered: