Skip to content

Commit 49b5a1b

Browse files
github: workflows: Add test for RNG driver
It makes sense to check we don't break the entropy driver. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 61a5f8c commit 49b5a1b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
run: |
3939
west blobs fetch hal_silabs
4040
41+
- name: Build Entropy test
42+
continue-on-error: true
43+
working-directory: zephyr-silabs
44+
shell: bash
45+
run: |
46+
west twister -s drivers.entropy -p siwx917_rb4338a -v --inline-logs
47+
4148
- name: Build Bluetooth samples
4249
continue-on-error: true
4350
working-directory: zephyr-silabs

.github/workflows/upstream-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ jobs:
4343
run: |
4444
west blobs fetch hal_silabs
4545
46+
- name: Build Entropy test
47+
continue-on-error: true
48+
working-directory: zephyr-silabs
49+
shell: bash
50+
run: |
51+
west twister -s drivers.entropy -p siwx917_rb4338a -v --inline-logs -K
52+
4653
- name: Build Bluetooth samples
4754
continue-on-error: true
4855
working-directory: zephyr-silabs

0 commit comments

Comments
 (0)