Disable leaks detection on macos

This commit is contained in:
Sergey Lyubka 2022-01-23 06:58:06 +00:00
parent c6253854ba
commit f7fbcd2451

View File

@ -32,7 +32,7 @@ jobs:
- name: make
run: make test++ upload-coverage IPV6=0 ASAN_OPTIONS=
- name: openssl
run: make test SSL=OPENSSL IPV6=0 OPENSSL=`echo /usr/local/Cellar/openssl*/*`
run: make test SSL=OPENSSL IPV6=0 ASAN_OPTIONS= OPENSSL=`echo /usr/local/Cellar/openssl*/*`
- name: exports
run: make mg_prefix
windows: