Skip to content

Commit f6aa97d

Browse files
committed
Fix CI
1 parent facc0fd commit f6aa97d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ defmodule Redix.Mixfile do
2323
# Dialyzer
2424
dialyzer: [
2525
plt_local_path: "plts",
26-
plt_core_path: "plts"
26+
plt_core_path: "plts",
27+
plt_add_apps: [:ex_unit]
2728
],
2829

2930
# Hex

0 commit comments

Comments
 (0)