Skip to content

Commit

Permalink
adding origins tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed May 13, 2024
1 parent af7d504 commit fbfbe31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/memory_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
R -d "valgrind --tool=memcheck \
--leak-check=full \
--errors-for-leak-kinds=definite \
--track-origins=yes \
--error-exitcode=1" \
--vanilla \
-e "devtools::test_active_file('${{ matrix.testfile }}')"
Expand Down

0 comments on commit fbfbe31

Please sign in to comment.