Skip to content

Commit

Permalink
Fix tests migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Barratt committed May 27, 2016
1 parent f8d3a3a commit 5004fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Callum.Mixfile do
[
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
"ecto.reset": ["ecto.drop", "ecto.setup"],
"test": ["test --trace"]
"test": ["ecto.create", "ecto.migrate", "test --trace"]
]
end
end

0 comments on commit 5004fab

Please sign in to comment.