Skip to content
Snippets Groups Projects
Commit 1e0c7115 authored by Uku Taht's avatar Uku Taht
Browse files

Disable dialyzer in CI

parent d3ecbd4e
Branches
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment