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
544644e94b
commit
c6253854ba
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user