Skip to content

Commit

Permalink
ci: add --enable-warnings to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcongiu committed Nov 9, 2023
1 parent 11da46c commit ba6b037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ if [ "$COMPONENT" = "infiniband_umad" ]; then
fi

if [ "$COMPONENT" = "perf_event" ]; then
./configure --with-debug=yes
./configure --with-debug=yes --enable-warnings
else
./configure --with-debug=yes --with-components=$COMPONENT
./configure --with-debug=yes --enable-warnings --with-components=$COMPONENT
fi

make -j4
Expand Down

0 comments on commit ba6b037

Please sign in to comment.