Skip to content

Commit

Permalink
build: warnings on Elixir compilation should not pass the CI. (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaulucci authored Nov 29, 2023
1 parent f91c0ec commit a88d16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
workspaces: ${{ env.RUST_WORKSPACES }}
- name: Compile Elixir (Warnings as errors)
run: mix compile --warnings-as-errors
- name: Retrieve PLT Cache
uses: actions/cache@v1
id: plt-cache
Expand Down

0 comments on commit a88d16e

Please sign in to comment.