From: Daniel Stenberg Date: Thu, 12 Sep 2024 07:19:15 +0000 (+0200) Subject: GHA/macOS: add an -e test X-Git-Tag: curl-8_10_1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29caf0ba2d314cc0787a143c7a09e7e6e87f019;p=thirdparty%2Fcurl.git GHA/macOS: add an -e test Adds -e to runtests for using the event-based API in the tool. Closes #14876 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 329580468e..37490c3939 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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