Skip to content

Commit

Permalink
Add dialyzer in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcgeough committed Aug 5, 2024
1 parent 5fe3de1 commit d476e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule ExAwsCloudTrail.MixProject do
{:ex_doc, "~> 0.34.2", only: [:dev, :test]},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:ex_aws, "~> 2.5"},
{:dialyxir, "~> 1.4.3", only: [:dev]}
{:dialyxir, "~> 1.4.3", only: [:dev, :test]}
]
end

Expand Down

0 comments on commit d476e7c

Please sign in to comment.