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

This commit is contained in:
light7734 2025-10-09 12:09:37 +03:30
parent 3a20f39864
commit f4969685f6
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -33,9 +33,7 @@ cmake . \
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 == *renderer* ]]; then
echo "Skipping $test"
else
if [[ $var != *render* ]]; then
echo "Running $test"
"$test"
fi