From 41ef80717f4b757440125932723cc8721ef42f7f Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 29 Nov 2023 14:13:40 -0800 Subject: [PATCH] [github-actions] cover NCP build with `OT_OPERATIONAL_DATASET_AUTO_INIT` (#9663) This commit updates `unittest` job in `toranj.yml` workflow to validate `ncp` builds (with `OT_OPERATIONAL_DATASET_AUTO_INIT` feature enabled). --- .github/workflows/toranj.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/toranj.yml b/.github/workflows/toranj.yml index efef1c2e6..16e9e92e8 100644 --- a/.github/workflows/toranj.yml +++ b/.github/workflows/toranj.yml @@ -144,6 +144,12 @@ jobs: ninja test # Validate posix builds with different radio configs git clean -dfx + ./tests/toranj/build.sh ncp-15.4 + git clean -dfx + ./tests/toranj/build.sh ncp-trel + git clean -dfx + ./tests/toranj/build.sh ncp-15.4+trel + git clean -dfx ./tests/toranj/build.sh posix-15.4 git clean -dfx ./tests/toranj/build.sh posix-15.4+trel