Skip to content

Commit

Permalink
tests: add to main rule that changes in mested tests should result in…
Browse files Browse the repository at this point in the history
… nothing to execute
  • Loading branch information
maykathm authored and Meulengracht committed Jan 8, 2025
1 parent fbbcc99 commit 9913192
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/lib/spread/rules/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/]

0 comments on commit 9913192

Please sign in to comment.