mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:27:16 +03: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
1 changed files with 5 additions and 0 deletions
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue