From 3ac32b23da372ea0e47a6c2693188f8005e59650 Mon Sep 17 00:00:00 2001 From: lud Date: Sun, 1 Dec 2024 15:26:45 +0100 Subject: [PATCH] (dialyzer in test) --- mix.exs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mix.exs b/mix.exs index aa687ce..cce220e 100644 --- a/mix.exs +++ b/mix.exs @@ -85,4 +85,10 @@ defmodule Mutex.Mixfile do plt_local_path: "_build/plts" ] end + + def cli do + [ + preferred_envs: [dialyzer: :test] + ] + end end