Skip to content

Commit

Permalink
CI compiles with warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Oct 13, 2024
1 parent 75ef27f commit d230800
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 @@ -61,6 +61,9 @@ jobs:
MIX_ENV=test mix event_store.setup
MIX_ENV=jsonb mix event_store.setup
- name: Compile
run: mix compile --warnings-as-errors

- name: Run tests
run: mix test.all

Expand Down

0 comments on commit d230800

Please sign in to comment.