mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-20 12:12:06 +00:00
744b0de04e
- Replace long list of legacy `include(...)` tests with small smoke checks asserting core types exist - Add a single validation include: `validation/test_cantilever_regression.jl` - Note legacy tests moved to `test/broken/` for later migration This reduces CI turn-around time while keeping a lightweight verification of core functionality. Full integration tests can be run explicitly.