Skip to content

Commit

Permalink
Update ci.yml to build only for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed Feb 19, 2024
1 parent 7cc5498 commit 2f84dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_CLONE_SUBMODULES=ON \
-DUNITTEST=1 \
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG -DLIBRARY_LOG_LEVEL=LOG_DEBUG'
make -C build/ all
echo "::endgroup::"
Expand Down

0 comments on commit 2f84dc5

Please sign in to comment.