Log on randomly failing CI tets
This commit is contained in:
parent
0a444f2e48
commit
eafdc2ea15
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ defmodule GenMagicTest do
|
|||
|
||||
test "Custom database file recognises Elixir files" do
|
||||
database = absolute_path("test/elixir.mgc")
|
||||
IO.puts("Database: #{inspect(database)} #{inspect(File.exists?(database))}")
|
||||
{:ok, pid} = GenMagic.Server.start_link(database_patterns: [database])
|
||||
path = absolute_path("mix.exs")
|
||||
assert {:ok, %Result{} = result} = GenMagic.Server.perform(pid, path)
|
||||
|
|
Loading…
Reference in a new issue