In an umbrella project, when I execute mix test, it outputs errors and abort:
** (Mix) Cannot run tests because test helper file "test/test_helper.exs" does not exist
Since some apps no test folder.
I think mix test should skip these apps becase they are linked from external repository.