Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Remove PLT no-check flag
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Nov 30, 2023
1 parent 21ca177 commit e661445
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
# be updated. The version in the cached _build file will be used, hence
# not slowing down the build while the PLT file gets rebuilt.
# The --no-check option will have to be removed on a single build if
# Elixir or Erlang versions update, but can then be re-instated.
# Elixir or Erlang versions update, or if any new packages are installed,
# but can then be re-instated.
- name: Run Dialyzer
# run: mix dialyzer --halt-exit-status
run: mix dialyzer --halt-exit-status --no-check
run: mix dialyzer --halt-exit-status
# run: mix dialyzer --halt-exit-status --no-check

0 comments on commit e661445

Please sign in to comment.