Disable dialyzer in CI

This commit is contained in:
Uku Taht 2021-08-19 13:23:44 +03:00
parent d3ecbd4e17
commit 1e0c711506

View File

@ -62,8 +62,8 @@ jobs:
run: mix compile --warnings-as-errors --all-warnings
- name: Run tests
run: mix test
- name: Check Dialyzer
run: mix dialyzer
#- name: Check Dialyzer
# run: mix dialyzer <-- false negatives
- name: Check Credo Warnings
run: mix credo --strict --only warning --ignore Consistency
env: