Skip to content

Commit

Permalink
Disable Heimdallr in runtime to help with tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Jul 2, 2020
1 parent 9cd1517 commit df8d130
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 @@ -60,7 +60,7 @@ defmodule CommonX.MixProject do

defp deps do
[
{:heimdallr, ">= 0.0.2", only: [:dev, :test]},
{:heimdallr, ">= 0.0.2", runtime: false, only: [:dev, :test]},
{:meck, "~> 0.8", optional: true, runtime: false, only: [:test]}
]
end
Expand Down

0 comments on commit df8d130

Please sign in to comment.