From a88d16e4458f9b17c3e45824c0fa14d4cf55336b Mon Sep 17 00:00:00 2001 From: Martin Paulucci Date: Wed, 29 Nov 2023 16:44:04 +0100 Subject: [PATCH] build: warnings on Elixir compilation should not pass the CI. (#484) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 284a23444..11b9c2322 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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