Skip to content

Commit

Permalink
Update ci to build only unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed Feb 21, 2024
1 parent 8166b2e commit 779f442
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 @@ -20,6 +20,7 @@ jobs:
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_CLONE_SUBMODULES=ON \
-DUNITTEST=1 \
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG'
make -C build/ all
- name: Test
Expand Down

0 comments on commit 779f442

Please sign in to comment.