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

This commit is contained in:
light7734 2025-10-09 12:13:43 +03:30
parent 16e2776bf4
commit bffd2a04c2
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -31,13 +31,7 @@ cmake . \
&& cmake --build ./build -j`nproc`
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp"
for test in $(find ./build -type f -name '*_tests' -executable); do
if [[ $test == './build/modules/renderer/renderer_tests' ]]; then
echo "Skipping $test"
else
"$test"
echo "Running $test"
fi
"$test"
done