From: Daniel Stenberg Date: Thu, 9 Feb 2023 07:35:29 +0000 (+0100) Subject: GHA: enable websockets in the torture job X-Git-Tag: curl-7_88_0~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=528583cf77acef29b5a19ce1b53ae48697434350;p=thirdparty%2Fcurl.git GHA: enable websockets in the torture job Closes #10448 --- diff --git a/.github/workflows/torture.yml b/.github/workflows/torture.yml index 6b4c652b2b..c3ed352060 100644 --- a/.github/workflows/torture.yml +++ b/.github/workflows/torture.yml @@ -35,7 +35,7 @@ jobs: build: - name: torture install: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libnghttp2-dev libssh2-1-dev libc-ares-dev - configure: --with-openssl --enable-debug --enable-ares + configure: --with-openssl --enable-debug --enable-ares --enable-websockets tflags: -n -t --shallow=25 !FTP - name: torture-ftp install: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libnghttp2-dev libssh2-1-dev libc-ares-dev