Skip to content

Commit

Permalink
Add dialyzer to test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jan 1, 2025
1 parent 3dda3e1 commit 5d40caa
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 @@ -61,7 +61,7 @@ defmodule UnicodeSet.MixProject do
{:nimble_parsec, "~> 1.2.2 or ~> 1.3", runtime: false},
{:benchee, "~> 1.0", only: :dev, optional: true},
{:ex_doc, "~> 0.24", only: [:dev, :release], runtime: false, optional: true},
{:dialyxir, "~> 1.1", only: [:dev], runtime: false, optional: true}
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false, optional: true}
]
end

Expand Down

0 comments on commit 5d40caa

Please sign in to comment.