Skip to content

Useful Commands

Ryan Mahoney edited this page Sep 24, 2018 · 2 revisions

Running tests with the observer

env `cat .env` MIX_ENV=test iex -S mix
> :observer.start
> Mix.Task.run "test"