mmtk / mmtk-julia

Julia binding for MMTk
13 stars 9 forks source link

Splitting LinearAlgebra tests #103

Closed udesou closed 1 year ago

udesou commented 1 year ago

With FORCE_ASSERTIONS=1 and LLVM_ASSERTIONS=1, the CI is often timing out as test-stdlib is taking longer than 6h. This PR splits the LinearAlgebra tests, making them run separately, hopefully avoiding test-stdlib to timeout.