X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=e30bb17ae4e736bc5ed63b3d03ce1da4cc8595ee;hb=04b588ea6be2ebd62922b638eae90a6a47326370;hp=6c6323c8c4b949e6f20297553b4c77426ceb8d91;hpb=c6b34b36ca8e4c5832eb930cc79c04979eccdfc4;p=tinc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c6323c8..e30bb17a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,7 @@ jobs: fail-fast: false matrix: sanitizer: + - address - thread - undefined env: @@ -132,7 +133,7 @@ jobs: yum install -y epel-release yum install -y git binutils make autoconf automake gcc diffutils \ texinfo netcat procps socat {lzo,zlib,lz4,ncurses,readline}-devel - yum install openssl11-devel || yum install openssl-devel + yum install -y openssl11-devel || yum install -y openssl-devel if: startsWith(matrix.os, 'centos') || startsWith(matrix.os, 'alma') - name: Install deps (SUSE)