ci: run with the address sanitizer

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-18 10:03:33 +03:00
parent 2bc83b3c03
commit 9b5f780975
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
brew install meson ninja libgpg-error libtool pkg-config glib gmime xapian
- name: configure
run: ./autogen.sh -Dguile=disabled
run: ./autogen.sh -Dguile=disabled -Db_sanitize=address
- name: build
run: make