Skip to content

Commit

Permalink
Check compilation warnings on CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska authored Feb 27, 2024
1 parent cc4724a commit 13ee971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
- name: Run smoke tests
run: elixir ./bin/smoke_test.exs

- name: Check for compilation warnings
run: mix compile --force --no-warnings

- name: Run Dialyzer
run: mix dialyzer
if: ${{ matrix.current_version }}
Expand Down

0 comments on commit 13ee971

Please sign in to comment.