Fix benchmarks
This commit is contained in:
parent
0b2119d4a7
commit
ce4560c2a1
3 changed files with 4 additions and 5 deletions
2
mix.exs
2
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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue