disable external connections while testing with mimix
Some checks failed
CI/CD Pipeline / build (push) Failing after 3s

This commit is contained in:
2026-03-13 15:21:06 -06:00
parent 59a8ad9635
commit 0fd243d259
13 changed files with 151 additions and 14 deletions

View File

@@ -60,6 +60,7 @@ defmodule ElixirAi.MixProject do
{:postgrex, ">= 0.0.0"},
{:horde, "~> 0.9"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:mimic, "~> 2.3.0"},
{:zoi, "~> 0.17"}
]
end