ex_check
ex_check copied to clipboard
Not respecting MIX_ENV when retrying
I noticed that when retrying, MIX_ENV is not respected. Does this ring a bell?
I think I found the issue: https://github.com/karolsluszniak/ex_check/blob/master/lib/ex_check/check/compiler.ex#L17-L20
When retrying, this expression is {:disabled, :compiler} so it falls back to mix compile without env?