GHA/macOS: add an -e test
Adds -e to runtests for using the event-based API in the tool. Closes #14876
This commit is contained in:
parent
a610bb8d92
commit
b29caf0ba2
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -132,6 +132,11 @@ jobs:
|
||||
compiler: clang
|
||||
configure: --enable-debug --with-openssl=$(brew --prefix openssl) --enable-websockets
|
||||
macos-version-min: '10.9'
|
||||
- name: 'OpenSSL event-based'
|
||||
compiler: clang
|
||||
configure: --enable-debug --with-openssl=$(brew --prefix openssl) --enable-websockets
|
||||
macos-version-min: '10.9'
|
||||
tflags: -e
|
||||
- name: 'OpenSSL torture !FTP'
|
||||
compiler: clang
|
||||
configure: --enable-debug --disable-shared --disable-threaded-resolver --with-openssl=$(brew --prefix openssl) --enable-websockets
|
||||
|
||||
Loading…
Reference in New Issue
Block a user