GHA: enable websockets in the torture job

Closes #10448
This commit is contained in:
Daniel Stenberg 2023-02-09 08:35:29 +01:00
parent 458b85be27
commit 528583cf77
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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