mirror of
https://github.com/curl/curl.git
synced 2026-06-04 00:54:16 +03:00
GHA/macos: use test-torture target for torture tests
They used `test-ci` before this patch. Closes #15369
This commit is contained in:
parent
096bfdeff6
commit
52851d3256
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -339,9 +339,9 @@ jobs:
|
|||
source $HOME/venv/bin/activate
|
||||
rm -f $HOME/.curlrc
|
||||
if [ -n '${{ matrix.build.configure }}' ]; then
|
||||
make -C bld V=1 test-ci
|
||||
make -C bld V=1 ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
|
||||
else
|
||||
cmake --build bld --target test-ci
|
||||
cmake --build bld --target ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
|
||||
fi
|
||||
|
||||
- name: 'build examples'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue