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 4dcc904
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
workflow_dispatch:
release:
types: [created]
push:
paths:
- src/*.[hc]
pull_request:
paths:
- src/*.[hc]

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

0 comments on commit 4dcc904

Please sign in to comment.