Skip to content

Commit

Permalink
[Cellular Library] Fix build warning message in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
andysun2015 committed Sep 1, 2021
1 parent ea4f994 commit 804c8dd
Show file tree
Hide file tree
Showing 11 changed files with 231 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_CLONE_SUBMODULES=ON \
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG'
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG'
make -C build/ all
- name: Test
run: |
Expand Down
Loading

0 comments on commit 804c8dd

Please sign in to comment.