We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c79ba commit 9da822fCopy full SHA for 9da822f
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -72,7 +72,7 @@ runs:
72
--suppressions="${SUPPRESSION_FILE}" \
73
unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
74
else
75
- valgrind --leak-check=full --track-origins=yes --error-exitcode=1 \
+ valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
76
--show-leak-kinds=definite,possible \
77
78
fi
0 commit comments