Closed udesou closed 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.
FORCE_ASSERTIONS=1
LLVM_ASSERTIONS=1
test-stdlib
With
FORCE_ASSERTIONS=1
andLLVM_ASSERTIONS=1
, the CI is often timing out astest-stdlib
is taking longer than 6h. This PR splits the LinearAlgebra tests, making them run separately, hopefully avoidingtest-stdlib
to timeout.