Skip to content

Commit

Permalink
Add warnings as errors option to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Dec 29, 2024
1 parent f9a1fc2 commit f602c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: BLEND=phoenix_live_view_v0_20 mix test

- name: Run Tests
run: mix test
run: mix test --warnings-as-errors

- name: Publish package
if: github.event_name == 'release'
Expand Down

0 comments on commit f602c57

Please sign in to comment.