tahoe-lafs/.pre-commit-config.yaml
Ross Patterson 2ef422e064 test(vcs): Add a VCS push hook to run tests
Personally, I can't stand working without a VCS hook anymore.  It saves me so much time
in context switches from revisiting and revising PRs when I see that the CI run is red.
Much better to fail before I push so I can revise while the relevant changes are fresh
in my head.

In order to start using this, one has to run `$ make build` first.  Should I add that
and make other documentation changes in the wiki related to my changes in this PR?
2020-09-25 10:18:11 -07:00

9 lines
142 B
YAML

repos:
- repo: local
hooks:
- id: test
name: test
entry: "make test"
language: system
pass_filenames: false