Skip to content

Commit 5eb7283

Browse files
committed
module: Make sure all tests are run
Don't just run hello world, but all samples that are under samples. Signed-off-by: David Brown <[email protected]>
1 parent a570b37 commit 5eb7283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/module.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ build:
44
cmake: .
55
kconfig: Kconfig
66
samples:
7-
- samples/hello_world
7+
- samples
88
tests:
99
- tests

0 commit comments

Comments
 (0)