mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08: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
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…
Reference in New Issue
Block a user