]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: enable websockets in the torture job
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2023 07:35:29 +0000 (08:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Feb 2023 17:54:17 +0000 (18:54 +0100)
Closes #10448

.github/workflows/torture.yml

index 6b4c652b2bb82b8022eba2e5f9333ce1b4fcd48e..c3ed35206062df8acc01a9ad116e585ccd2a5a73 100644 (file)
@@ -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