### Elixir and Erlang/OTP versions 1.17 + OTP 26 ### Operating system Mac ### Current behavior `mix test || mix test --failed` succeeds when a test contains a compilation error learned through: https://angelika.me/2024/01/08/do-not-run-mix-test-failed/ affects also: https://github.com/karolsluszniak/ex_check/issues/48 ### Expected behavior I was expected that `mix test --failed` fails when there are test compilation errors.