Skip to content

Commit fbebd5a

Browse files
committed
Add github workflow
1 parent f1608f7 commit fbebd5a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/test-configs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@ jobs:
170170
arch: arm
171171
config-file: ./config/examples/nrf5340_net.config
172172

173+
nrf54l15_test:
174+
uses: ./.github/workflows/test-build.yml
175+
with:
176+
arch: arm
177+
config-file: ./config/examples/nrf54l15.config
178+
179+
nrf54l15_wolfcrypt_tz_test:
180+
uses: ./.github/workflows/test-build.yml
181+
with:
182+
arch: arm
183+
config-file: ./config/examples/nrf54l15-wolfcrypt-tz.config
184+
173185
nxp_p1021_test:
174186
uses: ./.github/workflows/test-build.yml
175187
with:

0 commit comments

Comments
 (0)