Skip to content

Commit 9c4732e

Browse files
committed
Add new config to GitHub workflows
1 parent 63aa160 commit 9c4732e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-configs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ jobs:
136136
arch: arm
137137
config-file: ./config/examples/nrf5340.config
138138

139+
nrf5340_app_tz_test:
140+
uses: ./.github/workflows/test-build.yml
141+
with:
142+
arch: arm
143+
config-file: ./config/examples/nrf5340-tz.config
144+
139145
nrf5340_net_test:
140146
uses: ./.github/workflows/test-build.yml
141147
with:

0 commit comments

Comments
 (0)