Skip to content

Commit

Permalink
Change dialyzer run env also
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson authored and danielspofford committed Oct 2, 2020
1 parent 6285978 commit 48cf991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: MIX_ENV=test mix test
- run: MIX_ENV=test mix credo
- run: mix format --check-formatted
- run: mix dialyzer --plt
- run: MIX_ENV=test mix dialyzer --plt
- save_cache:
key: v1-{{ .Branch }}-{{ epoch }}
paths:
Expand Down

0 comments on commit 48cf991

Please sign in to comment.