From: Kirill Isakov Date: Mon, 19 Jul 2021 19:03:06 +0000 (+0600) Subject: Some cleanups in GitHub Actions CI X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=4ca3ecb6d5c0667eba68313a5ca24e73dcc8e9e4;hp=4ca3ecb6d5c0667eba68313a5ca24e73dcc8e9e4;p=tinc Some cleanups in GitHub Actions CI - run tests on more Linux distributions - add test runs with clang sanitizers (TSAN / UBSAN for now) - check code formatting only once - check test scripts formatting (shfmt) - static analysis for test scripts (shellcheck) - save more test logs and other debug info - add missing pieces to Ubuntu packages - test .debs on clean machine before publishing - git clone full history for changelog generation - support old versions of git on Linux - rename some steps ---