pre-commit: add 'make san' step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
making sure to build with sanitize flags before committing
This commit is contained in:
parent
77f1fe4c56
commit
72bb378709
@ -38,3 +38,9 @@ repos:
|
||||
args: ["release"]
|
||||
language: system
|
||||
pass_filenames: false
|
||||
- id: make-san
|
||||
name: make san
|
||||
entry: make
|
||||
args: ["san"]
|
||||
language: system
|
||||
pass_filenames: false
|
||||
|
Reference in New Issue
Block a user