We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6f7f7 commit fc04637Copy full SHA for fc04637
1 file changed
mix.exs
@@ -12,6 +12,7 @@ defmodule EctoSQL.MixProject do
12
elixir: "~> 1.15",
13
deps: deps(),
14
test_paths: test_paths(System.get_env("ECTO_ADAPTER")),
15
+ test_ignore_filters: [&String.starts_with?(&1, "test/support/")],
16
xref: [
17
exclude: [
18
MyXQL,
0 commit comments