From 6f1a3a291f47104b039f789b350d8e85b4107c70 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 17 Jul 2025 11:13:31 +0330 Subject: [PATCH] wip --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1919a5b..b8cc3f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,5 +25,5 @@ steps: -o enable_tests=True \ --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