From 595991afe6874e232e052c8826e8d1de975ada1b Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Mon, 11 Mar 2024 09:36:01 -0700 Subject: [PATCH] Minor manifest cleanup --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 16245a1..d5356c4 100644 --- a/mix.exs +++ b/mix.exs @@ -110,9 +110,9 @@ defmodule Cachex.Mixfile do ] end + # Start epmd before test cases are run. defp start_epmd(_) do {_, 0} = System.cmd("epmd", ["-daemon"]) - :ok end end