Skip to content

Commit

Permalink
Enable warnings-as-errors in mix test (#153)
Browse files Browse the repository at this point in the history
This supposes to catch those deprecation warnings in Elixir 1.15,16,17
and Erlang/OTP 25,26,27.
  • Loading branch information
kianmeng committed Jul 2, 2024
1 parent c19c017 commit b93955f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
env:
CC: gcc-10
CXX: g++-10
- run: mix test
- run: mix test --warnings-as-errors
if: matrix.warnings_as_errors
env:
CC: gcc-10
CXX: g++-10
Expand All @@ -67,4 +68,3 @@ jobs:
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

0 comments on commit b93955f

Please sign in to comment.