mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
remove ex_machina traces
This commit is contained in:
@@ -2,6 +2,11 @@ repos:
|
||||
# Elixir config
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: mix-test
|
||||
name: 'elixir: mix test'
|
||||
entry: mix test
|
||||
language: system
|
||||
files: \.ex*$
|
||||
- id: mix-format
|
||||
name: 'elixir: mix format'
|
||||
entry: mix format --check-formatted
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
||||
ExUnit.start()
|
||||
Ecto.Adapters.SQL.Sandbox.mode(FgHttp.Repo, :manual)
|
||||
|
||||
Reference in New Issue
Block a user