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 e97d5eb commit b31ad4eCopy full SHA for b31ad4e
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xcrypt -pi ./tools/xutils.c -c $ENCODING_CHAIN -k 5
42
43
- name: Run Valgrind Check With tools/xtop
44
- run: timeout --signal=SIGINT 10s valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./tools/xtop
+ run: timeout --signal=SIGINT 10s valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xtop
45
46
- name: Run Valgrind Check With examples/files
47
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./examples/build/files ./examples/files.c ./examples/files.copy
0 commit comments