Skip to content

Commit

Permalink
Add non-zero error exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Apr 24, 2024
1 parent 1bfe263 commit 96cfb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
type: string
default: ''
env:
VALGRIND: valgrind --trace-children=yes --leak-check=full
VALGRIND: valgrind --trace-children=yes --leak-check=full --error-exitcode=1

jobs:
test-valgrind:
Expand Down

0 comments on commit 96cfb79

Please sign in to comment.