Skip to content

Commit

Permalink
Do not load test assets in non-test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrieken committed Jun 9, 2020
1 parent 7f6992a commit 2bbc8df
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 @@ -65,7 +65,7 @@ defmodule Plasm.Mixfile do
end

defp elixirc_paths(:test), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib"]

defp aliases do
[
Expand Down

0 comments on commit 2bbc8df

Please sign in to comment.