mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
GHA: restore --shallow value for some torture tests
It also means that now all torture test-pairs use the same shallowness,
while earlier FTP used 20.
Also:
- This made macOS torture jobs slow enough to split them into 3 jobs.
Follow-up to 2cbcde90e7 #20153
Closes #20172
This commit is contained in:
parent
a348f19bd1
commit
d07024cf93
2 changed files with 9 additions and 3 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -235,7 +235,7 @@ jobs:
|
|||
|
||||
- name: 'openssl torture 2'
|
||||
install_packages: libnghttp2-dev libssh2-1-dev libc-ares-dev
|
||||
tflags: '-t --shallow=20 --min=900 951 to 9999'
|
||||
tflags: '-t --shallow=25 --min=900 951 to 9999'
|
||||
torture: true
|
||||
generate: -DCURL_USE_OPENSSL=ON -DENABLE_DEBUG=ON -DENABLE_ARES=ON
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue