We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d87424 commit d72fd46Copy full SHA for d72fd46
1 file changed
.github/workflows/test-configs.yml
@@ -216,6 +216,12 @@ jobs:
216
arch: arm
217
config-file: ./config/examples/mcxw-tz.config
218
219
+ nxp_s32k142_test:
220
+ uses: ./.github/workflows/test-build.yml
221
+ with:
222
+ arch: arm
223
+ config-file: ./config/examples/nxp-s32k142.config
224
+
225
microchip_mpfs250_test:
226
uses: ./.github/workflows/test-build-riscv.yml
227
with:
0 commit comments