Enable warnings-as-error on CI again
This commit is contained in:
parent
ce238037be
commit
7aedd5301a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue