Disable leaks detection on macos

This commit is contained in:
Sergey Lyubka 2022-01-23 06:12:36 +00:00
parent 544644e94b
commit c6253854ba

View File

@ -30,7 +30,7 @@ jobs:
- name: Install packages
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls openssl
- name: make
run: make test++ upload-coverage IPV6=0
run: make test++ upload-coverage IPV6=0 ASAN_OPTIONS=
- name: openssl
run: make test SSL=OPENSSL IPV6=0 OPENSSL=`echo /usr/local/Cellar/openssl*/*`
- name: exports