From: Kirill Isakov Date: Fri, 23 Jul 2021 12:46:24 +0000 (+0600) Subject: GitHub CI: enable AddressSanitizer. X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=858370fad109168a670b521e47d4536bd2586102 GitHub CI: enable AddressSanitizer. --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5df06bd..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: