mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-09 16:42:49 +00:00
figuring out testing - works pretty good so far
This commit is contained in:
2
mix.exs
2
mix.exs
@@ -60,7 +60,7 @@ defmodule MyApp.Mixfile do
|
||||
"ecto.setup": ["ecto.create", "ecto.migrate", "seeds"],
|
||||
"seeds": ["run priv/repo/seeds.exs"],
|
||||
"ecto.reset": ["ecto.drop", "ecto.setup"],
|
||||
"test": ["ecto.create --quiet", "ecto.migrate", "test"]
|
||||
"test": ["ecto.drop", "ecto.create --quiet", "ecto.migrate", "seeds", "test"]
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user