Skip to content

Commit

Permalink
show details about more leak types
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 29, 2024
1 parent 422e58b commit a3e9961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:

- run: sudo apt update
- run: sudo apt install valgrind -y
- run: PYTHONMALLOC=malloc valgrind --leak-check=full --error-exitcode=1 python3 -m pytest -v new_tests/${{ github.event.inputs.test-file }}
# Also print details of directly and indirectly reachable blocks
- run: PYTHONMALLOC=malloc valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 python3 -m pytest -v new_tests/${{ github.event.inputs.test-file }}
working-directory: test

0 comments on commit a3e9961

Please sign in to comment.