X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=e69c737dd91e19d9ceb65ac132258f3db11001be;hb=e4f9cb1c1b3969164c03a219d5a760df07d2b3cd;hp=9385f7cf4e636c5ec16bfe181f2232a66141dfb2;hpb=8286ceb46522069607cc0a0dec864022606bf19d;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"]