Skip to content

Commit 32f2bd1

Browse files
committed
workflow: Also run tests
Now that we've added a test, test these as well. Signed-off-by: David Brown <[email protected]>
1 parent bd51a11 commit 32f2bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
run: |
5757
cargo --version
5858
59-
west twister -T samples -v --inline-logs --integration
59+
west twister -T samples -T tests -v --inline-logs --integration

0 commit comments

Comments
 (0)