From da9babdc66abc79693388fb69f327e58b2676c23 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 5 Sep 2025 13:25:18 -0700 Subject: [PATCH] [multipan] fix unit test (#11900) --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index c03e8befe..e7e167e83 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -83,7 +83,7 @@ jobs: - name: Test Simulation run: cd build/simulation && ninja test - name: Build Multipan Simulation - run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_MULTIPAN_TEST=ON + run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_MULTIPAN_RCP=ON -DOT_FTD=OFF -DOT_MTD=OFF - name: Test Multipan Simulation run: cd build/simulation && ninja test - name: Build NCP Simulation