little things to setup & run tests (using docker)

This commit is contained in:
Mayel
2021-10-19 17:10:10 +13:00
committed by Thomas Citharel
parent 3dc1707e01
commit f4736bd1b9
3 changed files with 9 additions and 8 deletions

View File

@@ -247,6 +247,7 @@ defmodule Mobilizon.Mixfile do
test: [
"ecto.create",
"ecto.migrate",
"tz_world.update",
&run_test/1
],
"phx.deps_migrate_serve": [