[multipan] fix unit test (#11900)

This commit is contained in:
Jonathan Hui
2025-09-05 13:25:18 -07:00
committed by GitHub
parent df7ebc3dcc
commit da9babdc66
+1 -1
View File
@@ -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