summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:37:02 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 13:04:53 +0100
commite195403613e977581d8c6daf4485a055959f4295 (patch)
treedb6fede8164782facfae767d970bdf5838ce92e6 /test/test_helper.exs
parentrun formatter (diff)
fix tests in CI
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index 3140500..baf9e64 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -1,2 +1,3 @@
+Ecto.Adapters.SQL.Sandbox.mode(MatrixAppService.Repo, :manual)
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter])
ExUnit.start()