Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add make verify/test to pre-push pre-commit config
This commit adds the `make verify` and `make test` to the pre-push stage of the pre-commit configuration. This will allow `verify` and `test` to have to successfully pass prior to the git push actually working. Signed-off-by: Bryan Cox <[email protected]>
- Loading branch information