Skip to content

Commit

Permalink
Fixed dialyzer warnings in test env IV
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 11, 2024
1 parent 3a655de commit 468e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prepare: test format compile credo

.PHONY: dialyzer
dialyzer: FORCE
cd core && mix dialyzer --force-check
cd core && mix dialyzer --force-check --format short

.PHONY: test
test: ${MIX_PROJECTS:%=test/%}
Expand Down

0 comments on commit 468e98c

Please sign in to comment.