mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Update tests/README.md
This commit is contained in:
parent
912f7d9e01
commit
7b39fa13a6
1 changed files with 6 additions and 0 deletions
|
|
@ -16,3 +16,9 @@ Running the tests
|
|||
```shell-session
|
||||
$ make test
|
||||
```
|
||||
|
||||
If the tests failed whereas [the ones from the last tag](https://travis-ci.org/pre-commit/pre-commit-hooks) did not, your Git configuration might interfere with `pre-commit-hooks`. In this case, you can ignore your current Git configuration by setting a temporary environment variable:
|
||||
|
||||
```shell-session
|
||||
$ env HOME=/tmp make test
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue