Open
Description
This test does a big loop over various combinations of matrix types: https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/test/addmul.jl#L134 and tries to add them together. This test takes the longest of any of the tests in the system. That loop should be fairly easy to distribute across multiple workers. Since each test runs with a different argument combination, I don't think we'd even lose anything by not caching common specializations between workers.