Disable warnings-as-error on CI temporarily
This needs a fix of the RDF.Serialization.Encoder behaviour in the next RDF.ex version.
This commit is contained in:
parent
8163930bd5
commit
1c989b6294
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue