From b29caf0ba2d314cc0787a143c7a09e7e6e87f019 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Sep 2024 09:19:15 +0200 Subject: [PATCH] GHA/macOS: add an -e test Adds -e to runtests for using the event-based API in the tool. Closes #14876 --- .github/workflows/macos.yml | 5 +++++ 1 file changed, 5 insertions(+) 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