Skip to content

Commit a2f9952

Browse files
committed
CI
1 parent f64cab7 commit a2f9952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
working-directory: ${{runner.workspace}}/target
4949
run: |
5050
sudo apt install -y valgrind
51-
for testfile in ./bin/test_*; do valgrind --leak-check=full --show-leak-kinds=definite,indirect,possible --error-exitcode=1 "${testfile}"; done
51+
for testfile in ./bin/test_*; do echo "Testing ${testfile}" && valgrind --leak-check=full --show-leak-kinds=definite,indirect,possible --error-exitcode=1 "${testfile}"; done
5252

0 commit comments

Comments
 (0)