mirror of
https://github.com/curl/curl.git
synced 2026-07-23 07:37:17 +03:00
GHA/torture: bump test parallelism to -j10
- Linux !FTP: 21m43 -> 5m15 - Linux FTP: 14m55 -> 3m34 before: https://github.com/curl/curl/actions/runs/10944468673 after: https://github.com/curl/curl/actions/runs/10945446163 Closes #14970
This commit is contained in:
parent
cf2f4ca58e
commit
54fd903f99
1 changed files with 2 additions and 2 deletions
4
.github/workflows/torture.yml
vendored
4
.github/workflows/torture.yml
vendored
|
|
@ -55,11 +55,11 @@ jobs:
|
|||
- name: torture
|
||||
install: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libnghttp2-dev libssh2-1-dev libc-ares-dev
|
||||
configure: --with-openssl --enable-debug --enable-ares --enable-websockets
|
||||
tflags: -n -t --shallow=25 !FTP
|
||||
tflags: -n -t --shallow=25 !FTP -j10
|
||||
- name: torture-ftp
|
||||
install: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libnghttp2-dev libssh2-1-dev libc-ares-dev
|
||||
configure: --with-openssl --enable-debug --enable-ares
|
||||
tflags: -n -t --shallow=20 FTP
|
||||
tflags: -n -t --shallow=20 FTP -j10
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue