We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf655e5 commit a13ba90Copy full SHA for a13ba90
mix.exs
@@ -69,8 +69,12 @@ defmodule PolymorphicEmbed.MixProject do
69
[
70
test: [
71
"ecto.create --quiet",
72
- "ecto.rollback --all",
73
- "ecto.migrate",
+ "ecto.rollback --all --quiet",
+ fn _args ->
74
+ :code.delete(PolymorphicEmbed.CreateTables)
75
+ :code.purge(PolymorphicEmbed.CreateTables)
76
+ end,
77
+ "ecto.migrate --quiet",
78
"test"
79
]
80
0 commit comments