diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-07 15:28:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-07 15:39:59 -0700 |
commit | 6cb3deb4512a9c637c9814a691c1cc4b5b7ce701 (patch) | |
tree | 296c0adba407b4e5524e4c21f07dfb8ef41b8432 /.github/workflows/main.yml | |
parent | The eleventh batch (diff) | |
parent | tests: add a test mode for SANITIZE=leak, run it in CI (diff) | |
download | tgif-6cb3deb4512a9c637c9814a691c1cc4b5b7ce701.tar.xz |
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests-more
* ab/sanitize-leak-ci:
tests: add a test mode for SANITIZE=leak, run it in CI
Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b053b01c66..4728168478 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -232,6 +232,9 @@ jobs: - jobname: linux-gcc-default cc: gcc pool: ubuntu-latest + - jobname: linux-leaks + cc: gcc + pool: ubuntu-latest env: CC: ${{matrix.vector.cc}} jobname: ${{matrix.vector.jobname}} |