mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 05:39:00 +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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user