Skip to content

Commit

Permalink
Run dialyzer on the test profile during make dialyzer
Browse files Browse the repository at this point in the history
This makes sure we run dialyzer on testcode during development and in CI.
  • Loading branch information
bjosv committed Mar 3, 2024
1 parent fc08c4f commit c9949b4
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 @@ -72,7 +72,7 @@ xref:
@rebar3 xref

dialyzer:
@rebar3 dialyzer
@rebar3 as test dialyzer

elvis:
@elvis rock
Expand Down

0 comments on commit c9949b4

Please sign in to comment.