From: Daniel Stenberg Date: Fri, 12 Mar 2021 10:55:47 +0000 (+0100) Subject: github: add torture-ftp for FTP-only torture testing X-Git-Tag: curl-7_76_0~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dc03053d1ffe5a38d5be3283839085705507e7c;p=thirdparty%2Fcurl.git github: add torture-ftp for FTP-only torture testing and at 20% to try to keep the run-time reasonable Closes #6728 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e18721d71f..16b0476e8e 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