mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Disable leaks detection on macos
This commit is contained in:
parent
c6253854ba
commit
f7fbcd2451
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: make
|
- name: make
|
||||||
run: make test++ upload-coverage IPV6=0 ASAN_OPTIONS=
|
run: make test++ upload-coverage IPV6=0 ASAN_OPTIONS=
|
||||||
- name: openssl
|
- 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
|
- name: exports
|
||||||
run: make mg_prefix
|
run: make mg_prefix
|
||||||
windows:
|
windows:
|
||||||
|
Loading…
Reference in New Issue
Block a user