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 86e2340 commit 9ccff75Copy full SHA for 9ccff75
.github/actions/Build_and_Test_cppyy/action.yml
@@ -122,7 +122,6 @@ runs:
122
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
123
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
125
- export RETCODE=+$?
126
127
export RETCODE=+$?
128
echo ::endgroup::
0 commit comments