Skip to content

Commit

Permalink
add dialyzer to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hazen committed Feb 22, 2021
1 parent 564313a commit 8cacc2a
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 @@ -74,7 +74,7 @@ defmodule Bamboo.Mixfile do
{:ex_doc, "~> 0.23", only: :dev},
{:hackney, ">= 1.15.2"},
{:jason, "~> 1.0", optional: true},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false}
{:dialyxir, "~> 1.0", only: [:test, :dev], runtime: false}
]
end
end

0 comments on commit 8cacc2a

Please sign in to comment.