Insights
Requirements
- Install azk
Install/Update dependencies
Run all test:
$ azk shell -- mix do deps.get, compile
Test
- Run all test:
$ azk shell -- mix test
# or
$ azk shell
mix test
Run all test:
$ azk shell -- mix do deps.get, compile
$ azk shell -- mix test
# or
$ azk shell
mix test