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 d29425d commit 61a4b3eCopy full SHA for 61a4b3e
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
144
--show-leak-kinds=definite,possible \
145
--gen-suppressions=all \
146
- --suppressions="etc/xeus-cpp-valgrind_x86.supp" \
+ --suppressions="../etc/xeus-cpp-valgrind_x86.supp" \
147
test/test_xeus_cpp
148
fi
149
0 commit comments