We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af94d67 commit 1ab85feCopy full SHA for 1ab85fe
1 file changed
.github/workflows/test-configs.yml
@@ -167,6 +167,18 @@ jobs:
167
arch: arm
168
config-file: ./config/examples/nrf5340_net.config
169
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
178
179
180
+ config-file: ./config/examples/nrf54l15-wolfcrypt-tz.config
181
182
nxp_p1021_test:
183
uses: ./.github/workflows/test-build.yml
184
with:
0 commit comments