Skip to content

Commit

Permalink
ci: enable valgrind for jobs touching src/*.[hc]
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jun 20, 2024
1 parent 8cc8329 commit 69ed72f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
release:
types: [created]
push:
paths:
- src/*.[hc]

env:
VALGRIND: valgrind --trace-children=yes --leak-check=full --error-exitcode=1
Expand Down

0 comments on commit 69ed72f

Please sign in to comment.