chore: Allow running tests from anywhere and support EXTRA_MODULES (#2725)

* Allow running tests from anywhere in the workspace
* Trigger test workflow if run-test.sh changes
This commit is contained in:
Robert U
2024-12-20 15:19:56 -05:00
committed by GitHub
parent 2f172f63c2
commit 3f6841c95f
2 changed files with 43 additions and 15 deletions

View File

@@ -4,12 +4,14 @@ on:
push:
paths:
- ".github/workflows/test.yml"
- "app/run-test.sh"
- "app/tests/**"
- "app/src/**"
- "app/include/**"
pull_request:
paths:
- ".github/workflows/test.yml"
- "app/run-test.sh"
- "app/tests/**"
- "app/src/**"
- "app/include/**"