Some cleanups in GitHub Actions CI
authorKirill Isakov <is-kir@ya.ru>
Mon, 19 Jul 2021 19:03:06 +0000 (01:03 +0600)
committerKirill Isakov <is-kir@ya.ru>
Tue, 20 Jul 2021 15:14:27 +0000 (21:14 +0600)
  - 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


No differences found