We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1608f7 commit fbebd5aCopy full SHA for fbebd5a
1 file changed
.github/workflows/test-configs.yml
@@ -170,6 +170,18 @@ jobs:
170
arch: arm
171
config-file: ./config/examples/nrf5340_net.config
172
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
181
182
183
+ config-file: ./config/examples/nrf54l15-wolfcrypt-tz.config
184
185
nxp_p1021_test:
186
uses: ./.github/workflows/test-build.yml
187
with:
0 commit comments