mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
github: add torture-ftp for FTP-only torture testing
and at 20% to try to keep the run-time reasonable Closes #6728
This commit is contained in:
parent
743ab72bf1
commit
6dc03053d1
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -55,6 +55,11 @@ jobs:
|
|||||||
configure: --enable-debug --disable-shared --disable-threaded-resolver
|
configure: --enable-debug --disable-shared --disable-threaded-resolver
|
||||||
tflags: -n -t --shallow=25 !FTP
|
tflags: -n -t --shallow=25 !FTP
|
||||||
macosx-version-min: 10.9
|
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
|
- name: macOS 10.15
|
||||||
install: nghttp2 libmetalink libssh2
|
install: nghttp2 libmetalink libssh2
|
||||||
configure: --enable-debug --disable-ldap
|
configure: --enable-debug --disable-ldap
|
||||||
|
Loading…
Reference in New Issue
Block a user