Packages

Runs `mix test` on ONLY the code you currently have staged in git. It's designed to go in a git `pre-commit` hook.

Current section

Files

Jump to
ex_git_test CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.2
* Updated the README to reflect the `MIX_ENV=test` requirement.
* No code changes, just bumping the version to ensure the Hex docs are updated.
## v0.1.1
* Changelog created.
* Ensure `git.test` is run in the `test` env.
* This is required to ensure dependency build linking works correctly.