diff options
-rw-r--r-- | .github/workflows/macos.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e18721d71..16b0476e8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -55,6 +55,11 @@ jobs: configure: --enable-debug --disable-shared --disable-threaded-resolver tflags: -n -t --shallow=25 !FTP macosx-version-min: 10.9 + - name: torture-ftp + install: nghttp2 openssl + configure: --enable-debug --disable-shared --disable-threaded-resolver + tflags: -n -t --shallow=20 FTP + macosx-version-min: 10.9 - name: macOS 10.15 install: nghttp2 libmetalink libssh2 configure: --enable-debug --disable-ldap |