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 91b561b commit 70ed0f6Copy full SHA for 70ed0f6
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -69,7 +69,7 @@ runs:
69
if [[ "${{ matrix.oop-jit }}" == "On" ]]; then
70
./unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
71
if [[ "${os}" != "macos"* ]]; then
72
- valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
+ valgrind --show-error-list=yes --track-origins=yes --trace-children=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
73
fi
74
75
0 commit comments