Skip to content

Commit 16530ca

Browse files
authored
Add Valgrind command to build and test cppyy action (#606)
1 parent 3727acc commit 16530ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ runs:
121121
else
122122
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
123123
fi
124+
valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra --ignore=test_leakcheck.py
124125
fi
125126
export RETCODE=+$?
126127
echo ::endgroup::

0 commit comments

Comments
 (0)