Skip to content

Commit 1ab85fe

Browse files
mattia-moffadanielinux
authored andcommitted
Add github workflow
1 parent af94d67 commit 1ab85fe

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
@@ -167,6 +167,18 @@ jobs:
167167
arch: arm
168168
config-file: ./config/examples/nrf5340_net.config
169169

170+
nrf54l15_test:
171+
uses: ./.github/workflows/test-build.yml
172+
with:
173+
arch: arm
174+
config-file: ./config/examples/nrf54l15.config
175+
176+
nrf54l15_wolfcrypt_tz_test:
177+
uses: ./.github/workflows/test-build.yml
178+
with:
179+
arch: arm
180+
config-file: ./config/examples/nrf54l15-wolfcrypt-tz.config
181+
170182
nxp_p1021_test:
171183
uses: ./.github/workflows/test-build.yml
172184
with:

0 commit comments

Comments
 (0)