summaryrefslogtreecommitdiff
path: root/.git-hooks/pre-merge-commit
Commit message (Collapse)AuthorAge
* Provide a git hook to automate tests.Owen Jacobson2020-06-17
When enabled, these hooks run the same tests as Travis, every commit. There's nothing inherently wrong with a failing test run (it's a useful signal), but the turnaround time for responding to Travis is a lot longer than the turnaround time for responding to a local test failure. The tradeoff here is that `git commit`, which is a _very_ common operation, takes considerably longer when the hooks are enabled, and runs a higher risk of giving users doorway effect issues.