Skip to content

Commit

Permalink
ci: run simple firmware boot tests on native_sim in CI
Browse files Browse the repository at this point in the history
Run a simple boot test of the firmware application on native_sim in CI.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen committed Sep 25, 2024
1 parent dcea211 commit 5d4a557
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
fi
west twister -T app -v --inline-logs --integration $EXTRA_TWISTER_FLAGS
- name: Run firmware tests
working-directory: cannectivity
if: startsWith(runner.os, 'Linux')
shell: bash
run: |
# Limit to one concurrent instance as the USBIP port is reused between instances
west twister -T app -v --inline-logs --platform native_sim/native/64 -j1
- name: Run tests
working-directory: cannectivity
shell: bash
Expand Down

0 comments on commit 5d4a557

Please sign in to comment.