Files
JuliaFEM.jl/test
Jukka Aho 744b0de04e test(runtests): Reduce default test entrypoint to fast smoke checks + validation case
- 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.
2025-11-18 15:09:51 +02:00
..