Skip to content

Commit 9da822f

Browse files
committed
[DO NOT MERGE] supp file only for clang20
1 parent 86c79ba commit 9da822f

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/Build_and_Test_CppInterOp

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
--suppressions="${SUPPRESSION_FILE}" \
7373
unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
7474
else
75-
valgrind --leak-check=full --track-origins=yes --error-exitcode=1 \
75+
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
7676
--show-leak-kinds=definite,possible \
7777
unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
7878
fi

0 commit comments

Comments
 (0)