summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-07 15:28:38 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-07 15:36:00 -0700
commit25dc57bac8ea77a12a98df75d2f1296dea9d9fa9 (patch)
tree296c0adba407b4e5524e4c21f07dfb8ef41b8432 /.github
parentThe eleventh batch (diff)
parenttests: add a test mode for SANITIZE=leak, run it in CI (diff)
downloadtgif-25dc57bac8ea77a12a98df75d2f1296dea9d9fa9.tar.xz
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests
* 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')
-rw-r--r--.github/workflows/main.yml3
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}}