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:
Daniel Stenberg 2024-09-12 09:19:15 +02:00
parent a610bb8d92
commit b29caf0ba2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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