diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-03-12 11:55:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-03-12 23:36:38 +0100 |
commit | 6dc03053d1ffe5a38d5be3283839085705507e7c (patch) | |
tree | 4caed89fd61f96281d421c2c5e690afc32fc2d37 /.github/workflows/macos.yml | |
parent | 743ab72bf11a26275e98264b1bcec7b912aee395 (diff) | |
download | curl-6dc03053d1ffe5a38d5be3283839085705507e7c.tar.gz |
github: add torture-ftp for FTP-only torture testing
and at 20% to try to keep the run-time reasonable
Closes #6728
Diffstat (limited to '.github/workflows/macos.yml')
-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 |