diff options
author | lain <lain@soykaf.club> | 2019-05-03 19:42:49 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-03 19:42:49 +0200 |
commit | a7709cc26726350a0c90e0e4117cab4a8a07bb35 (patch) | |
tree | ff05dff58c7790165ae05628edafe259a1e12368 | |
parent | 0e37fddd5abad5db0378c8186513fbba0fbd6586 (diff) | |
download | pleroma-a7709cc26726350a0c90e0e4117cab4a8a07bb35.tar.gz |
Mix: Also have benchee in test.
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ defmodule Pleroma.Mixfile do {:prometheus_process_collector, "~> 1.4"}, {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, - {:benchee, "~> 1.0", only: :dev} + {:benchee, "~> 1.0", only: [:dev, :test]} ] ++ oauth_deps end |