Skip to content

Commit b7fa4f1

Browse files
SebastianBoegalak
authored andcommitted
samples: echo_server: Test the nrf build in CI
This introduces an nrf build to CI for the echo_server sample. Doing so ensures that #5018 cannot regress again. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 1bb4767 commit b7fa4f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/net/echo_server/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ tests:
1313
- test_mcr20a:
1414
extra_args: CONF_FILE="prj_frdm_k64f_mcr20a.conf"
1515
platform_whitelist: frdm_k64f
16+
- test_nrf:
17+
extra_args: CONF_FILE="prj_nrf5.conf"
18+
platform_whitelist: nrf52840_pca10056
1619
- test_bt:
1720
extra_args: CONF_FILE="prj_bt.conf"
1821
platform_whitelist: qemu_x86

0 commit comments

Comments
 (0)