Skip to content

Commit

Permalink
github: workflows: Add test for RNG driver
Browse files Browse the repository at this point in the history
It makes sense to check we don't break the entropy driver.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Oct 22, 2024
1 parent e99baae commit c5850e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
run: |
west blobs fetch hal_silabs
- name: Build Entropy test
continue-on-error: true
working-directory: zephyr-silabs
shell: bash
run: |
west twister -s drivers.entropy -p siwx917_rb4338a -v --inline-logs
- name: Build Bluetooth samples
continue-on-error: true
working-directory: zephyr-silabs
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/upstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
run: |
west blobs fetch hal_silabs
- name: Build Entropy test
continue-on-error: true
working-directory: zephyr-silabs
shell: bash
run: |
west twister -s drivers.entropy -p siwx917_rb4338a -v --inline-logs -K
- name: Build Bluetooth samples
continue-on-error: true
working-directory: zephyr-silabs
Expand Down

0 comments on commit c5850e6

Please sign in to comment.