Skip to content

Commit

Permalink
ci.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gshvang committed May 12, 2021
1 parent c836944 commit 42afe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_CLONE_SUBMODULES=ON \
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG -Wno-error=pedantic -Wno-variadic-macros -DLOGGING_LEVEL_DEBUG=1'
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG -Wno-error=pedantic -Wno-variadic-macros -Wno-error=unknown-pragmas -DLOGGING_LEVEL_DEBUG=1'
make -C build/ all
- name: Test
run: |
Expand Down

0 comments on commit 42afe31

Please sign in to comment.