diff options
author | Mark Felder <feld@feld.me> | 2024-01-20 22:49:37 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-20 22:49:37 -0500 |
commit | 17904003139f72780fcb151491e706f3cdd2374d (patch) | |
tree | 5b8db81e117e640a64edee59a031515c354eac88 /mix.exs | |
parent | 06ac829eb4cc5cc9b9c34ec711be134be93e97cc (diff) | |
download | pleroma-17904003139f72780fcb151491e706f3cdd2374d.tar.gz pleroma-17904003139f72780fcb151491e706f3cdd2374d.zip |
Add Dialyxir with manual job execution
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -194,7 +194,8 @@ defmodule Pleroma.Mixfile do {:hackney, "~> 1.18.0", override: true}, {:mox, "~> 1.0", only: :test}, {:websockex, "~> 0.4.3", only: :test}, - {:benchee, "~> 1.0", only: :benchmark} + {:benchee, "~> 1.0", only: :benchmark}, + {:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false} ] ++ oauth_deps() end |