X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=e69c737dd91e19d9ceb65ac132258f3db11001be;hb=613f55b078e5daf6df6a5ead4865a051c85940f7;hp=9385f7cf4e636c5ec16bfe181f2232a66141dfb2;hpb=ab60c0c6c2145df145a71f6786bd087ea8304596;p=akkoma diff --git a/mix.exs b/mix.exs index 9385f7cf4..e69c737dd 100644 --- a/mix.exs +++ b/mix.exs @@ -86,7 +86,7 @@ defmodule Pleroma.Mixfile do end # Specifies which paths to compile per environment. - defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"] + defp elixirc_paths(:benchmark), do: ["lib", "benchmarks", "priv/scrubbers"] defp elixirc_paths(:test), do: ["lib", "test/support"] defp elixirc_paths(_), do: ["lib"]