diff options
Diffstat (limited to '.git-hooks')
| -rwxr-xr-x | .git-hooks/pre-commit | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 7fd95fb..186a6e1 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -1,8 +1,3 @@ #!/bin/bash -e -# dup of the list in .travis.yml -cargo build --locked -cargo test -cargo fmt -- --check -cargo clippy -- --deny warnings -cargo udeps --locked --all-targets +exec tools/checks |
