Skip to content

Commit

Permalink
--errors-for-leak-kinds=definite
Browse files Browse the repository at this point in the history
Default: definite,possible
  • Loading branch information
ms609 committed Jun 26, 2024
1 parent c698a07 commit cb2b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
- name: valgrind - memcheck ${{ matrix.config.test }}
run: |
R -d "valgrind --tool=memcheck --leak-check=full --error-exitcode=1" --vanilla < memcheck/${{ matrix.config.test }}.R
R -d "valgrind --tool=memcheck --leak-check=full --errors-for-leak-kinds=definite --error-exitcode=1" --vanilla < memcheck/${{ matrix.config.test }}.R

0 comments on commit cb2b0ab

Please sign in to comment.