Packages
ex_git_test
0.1.2
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
Current section
Files
ex_git_test
CHANGELOG.md
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.