Skip to content

Commit 10a6f46

Browse files
Add valgrind to C tests
1 parent afa48b3 commit 10a6f46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ jobs:
8888
run: |
8989
ninja -C build coverage-text
9090
cat build/meson-logs/coverage.txt
91+
- name: Valgrind
92+
working-directory: ./lib
93+
run: |
94+
valgrind --leak-check=full --error-exitcode=1 ./build/tests

0 commit comments

Comments
 (0)