synchronal / medic-ex

Scripts for managing development lifecycle of Elixir projects
MIT License
9 stars 1 forks source link

Add warnings as errors for tests #5

Closed aarongraham closed 3 years ago

aarongraham commented 3 years ago

This is obviously a breaking change so wanted to create a PR so you can decide if it should be included or not.

This is a new flag added in Elixir 1.12. It works the same as the mix compile option, but for test .exs files.

I've tested it on jand, apex and herd and they still pass with this flag