From 27bc3ea258ae3c0f1cbf5ffc55926068153fb5a0 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 3 May 2023 17:17:19 +0200 Subject: [PATCH] ci: build application using twister Twister is more useful in a CI context because we can easily test multiple combinations of the firmware using a single command. Signed-off-by: Gerard Marull-Paretas --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc76124..aefcf75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Build firmware working-directory: example-application run: | - west build -b custom_plank app + west twister -T app -v --inline-logs --integration - name: Twister Tests working-directory: example-application