The `preferred_cli_env: [espec: :test]` in `mix.exs` isn't working. It should also run the doctests in `Automaton.Config.UserConfigParser` Something like [this]( https://stackoverflow.com/questions/54446824/custom-mix-task-not-loading-test-environment)?
The
preferred_cli_env: [espec: :test]inmix.exsisn't working. It should also run the doctests inAutomaton.Config.UserConfigParserSomething like this?