Run one test with -Werror to catch warnings.

This commit is contained in:
Darren Tucker 2021-01-27 11:58:26 +11:00
parent d1532d9007
commit 1b83185593
2 changed files with 2 additions and 2 deletions

2
.github/setup_ci.sh vendored
View File

@ -20,7 +20,7 @@ lsb_release -a
for TARGET in $TARGETS; do
case $TARGET in
""|--without-openssl|--without-zlib)
""|--without-openssl|--without-zlib|--with-Werror)
# nothing to do
;;
"--with-kerberos5")

View File

@ -15,7 +15,7 @@ jobs:
matrix:
configs:
- ""
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux"
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux --with-Werror"
- "--with-ldflags=-lhardened_malloc"
steps: