wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-17 11:13:31 +03:30
parent 160e94680b
commit 6f1a3a291f
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -25,5 +25,5 @@ steps:
-o enable_tests=True \ -o enable_tests=True \
--build=missing --build=missing
find ./build -type f -name "tests" -executable | xargs -I {} bash -c 'valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=255 {}' || exit 1 find ./build -type f -name "*_tests" -executable | xargs -I {} bash -c 'valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --error-exitcode=255 {}' || exit 1