More strict failure code checks in integration tests.
[tinc] / .github / workflows / test.yml
index 1b819a6..e30bb17 100644 (file)
@@ -46,6 +46,7 @@ jobs:
       fail-fast: false
       matrix:
         sanitizer:
+          - address
           - thread
           - undefined
     env:
@@ -131,7 +132,8 @@ jobs:
           fi
           yum install -y epel-release
           yum install -y git binutils make autoconf automake gcc diffutils \
-            texinfo netcat procps socat {lzo,zlib,lz4,openssl,ncurses,readline}-devel
+            texinfo netcat procps socat {lzo,zlib,lz4,ncurses,readline}-devel
+          yum install -y openssl11-devel || yum install -y openssl-devel
         if: startsWith(matrix.os, 'centos') || startsWith(matrix.os, 'alma')
 
       - name: Install deps (SUSE)