From f0f924a7475a6c5dfe8087b7ce9f9a251f04fbe6 Mon Sep 17 00:00:00 2001 From: kangping Date: Sun, 2 Aug 2020 00:38:27 +0800 Subject: [PATCH] [tests] fix external commissioner building options (#5321) This commit aligns the external commissioner building options with OT commissioner. --- .github/workflows/simulation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/simulation.yml b/.github/workflows/simulation.yml index d29dfe958..dc021a197 100644 --- a/.github/workflows/simulation.yml +++ b/.github/workflows/simulation.yml @@ -221,6 +221,8 @@ jobs: -DCMAKE_CXX_STANDARD_REQUIRED=ON \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr/local \ + -DOT_COMM_COVERAGE=ON \ + -DOT_COMM_CCM=OFF \ -S . -B build cmake --build build sudo cmake --install build