diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86cd7d06cff3dc7dde4925e30cd5d0f2c57504c6..f2586c14b516d2867422e53ade616ac1ba92ecee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,15 @@ - id: check-xml - id: check-yaml - id: check-merge-conflict +- repo: local + hooks: + - id: local_test + name: make test + entry: make test + language: system + always_run: True + files: Makefile + - repo: https://www.shore.co.il/git/shell-pre-commit/ sha: 604fe77b53d3514d5ad0f66764c7783850bb6e98 hooks: