From 99131920e355cc5619458a040d893c45942eeee8 Mon Sep 17 00:00:00 2001 From: katie Date: Fri, 20 Dec 2024 08:53:44 +0100 Subject: [PATCH] tests: add to main rule that changes in mested tests should result in nothing to execute --- tests/lib/spread/rules/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/lib/spread/rules/main.yaml b/tests/lib/spread/rules/main.yaml index c903a40094a..33537475d3f 100644 --- a/tests/lib/spread/rules/main.yaml +++ b/tests/lib/spread/rules/main.yaml @@ -19,6 +19,11 @@ rules: - tests/unit/c-unit-tests-clang - tests/unit/c-unit-tests-gcc + nested: + from: + - tests/nested/.* + to: [$NONE] + rest: from: [.*] to: [tests/]