summaryrefslogtreecommitdiffstats
path: root/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'pre-commit')
-rw-r--r--pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-commit b/pre-commit
index 9c577e5..668071c 100644
--- a/pre-commit
+++ b/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
-./venv/bin/pytest tests/*
+make test
exit $?