diff --git a/.github/workflows/torture.yml b/.github/workflows/torture.yml index 79e5fa40e8..210fa08d7e 100644 --- a/.github/workflows/torture.yml +++ b/.github/workflows/torture.yml @@ -55,11 +55,11 @@ jobs: - 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 --enable-websockets - tflags: -n -t --shallow=25 !FTP + tflags: -n -t --shallow=25 !FTP -j10 - name: torture-ftp install: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libnghttp2-dev libssh2-1-dev libc-ares-dev configure: --with-openssl --enable-debug --enable-ares - tflags: -n -t --shallow=20 FTP + tflags: -n -t --shallow=20 FTP -j10 steps: - run: |