@chriselrod If I recall correctly, you originally had much larger matrix sizes in the test suite, and then you made them smaller since the tests are so slow when run with code coverage enabled.
Now we have a file (test/matmul.jl) that is only run if code coverage is disabled. So in that file, we can probably start testing with larger matrices again.