Skip to content

Commit 7dc66ce

Browse files
committed
Enable full leak report of valgrind
1 parent da24119 commit 7dc66ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CITest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
sudo apt-get -y update
179179
sudo apt-get -y install valgrind
180-
valgrind cstest tests
180+
valgrind --leak-check=full cstest tests
181181
182182
- name: Comaptibility header generation
183183
# clang-format-17 is only available in Ubuntu 24.04

0 commit comments

Comments
 (0)