Enable warnings-as-error on CI again

This commit is contained in:
Marcel Otto 2021-12-13 12:47:17 +01:00
parent ce238037be
commit 7aedd5301a

View file

@ -52,6 +52,8 @@ jobs:
if: ${{ matrix.lint }}
- run: mix deps.compile
- run: mix compile --warnings-as-errors
if: ${{ matrix.lint }}
- run: MIX_ENV=test mix coveralls.github