ci: wip
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-10-08 19:56:32 +03:30
parent 2890853ffe
commit a6a1a9e243
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -29,6 +29,7 @@ for test in $(find ./build -type f -name '*_tests' -executable); do
--track-origins=yes \
--verbose \
--num-callers=50 \
--gen-suppressions=all \
--suppressions='./tools/ci/amd64/gcc/valgrind.supp' \
--error-exitcode=255 ${test} || exit 1
done