Skip to content

Commit a560dd7

Browse files
committed
leak check full etc
1 parent 18082a0 commit a560dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/valgrind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
working-directory: ${{runner.workspace}}/build
3434
shell: bash
35-
run: valgrind ./bin/unit_tests
35+
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ./bin/unit_tests
3636

3737
instance_tests:
3838
runs-on: ${{ matrix.os }}
@@ -63,4 +63,4 @@ jobs:
6363
- name: Test
6464
working-directory: ${{runner.workspace}}/build
6565
shell: bash
66-
run: valgrind ctest -E unit.* --timeout 1000 --output-on-failure
66+
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s ctest -E unit.* --timeout 1000 --output-on-failure

0 commit comments

Comments
 (0)