diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 054026c..84b29cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,5 @@ jobs: if: ${{ matrix.lint }} - run: mix deps.unlock --check-unused if: ${{ matrix.lint }} - - run: mix compile - if: ${{ ! matrix.lint }} - run: mix compile --warnings-as-errors - if: ${{ matrix.lint }} - run: mix test