From 5dd5314f5dfa138c1261d6cf4c652192b8c866fe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Mar 2021 11:55:47 +0100 Subject: github: add torture-ftp for FTP-only torture testing and at 20% to try to keep the run-time reasonable --- .github/workflows/macos.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1