We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ce29b commit 9dcbafbCopy full SHA for 9dcbafb
.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml
@@ -347,7 +347,7 @@ jobs:
347
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
348
run: ./bin/opencv_test_ximgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
349
working-directory: ${{ github.workspace }}/build
350
- - name: Accuracy:xobjdetect
+ - name: Accuracy:xobjdetect
351
timeout-minutes: 60
352
353
run: ./bin/opencv_test_xobjdetect --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
0 commit comments