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 fd3ccf5 commit 3828d54Copy full SHA for 3828d54
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -60,7 +60,7 @@ runs:
60
os="${{ matrix.os }}"
61
if [[ "${os}" != "macos"* ]]; then
62
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
63
- --leak-check=full --show-leak-kinds=definite,possible \
+ --show-leak-kinds=definite,possible \
64
unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
65
fi
66
0 commit comments