Skip to content

Commit

Permalink
Disable warnings-as-error on CI temporarily
Browse files Browse the repository at this point in the history
This needs a fix of the RDF.Serialization.Encoder behaviour in the next
RDF.ex version.
  • Loading branch information
marcelotto committed Nov 22, 2021
1 parent 8163930 commit 1c989b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:

- run: mix deps.compile

- run: mix compile --warnings-as-errors
if: ${{ matrix.lint }}

- run: MIX_ENV=test mix coveralls.github

- name: Retrieve PLT Cache
Expand Down

0 comments on commit 1c989b6

Please sign in to comment.