Skip to content

Commit

Permalink
module: Make sure all tests are run
Browse files Browse the repository at this point in the history
Don't just run hello world, but all samples that are under samples.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Oct 17, 2024
1 parent a570b37 commit 5eb7283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ build:
cmake: .
kconfig: Kconfig
samples:
- samples/hello_world
- samples
tests:
- tests

0 comments on commit 5eb7283

Please sign in to comment.