We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432863c commit f683cf6Copy full SHA for f683cf6
.github/workflows/OCV-PR-5.x-W10.yaml
@@ -131,7 +131,10 @@ jobs:
131
- name: Accuracy:DNN_Classic
132
timeout-minutes: 60
133
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
134
- run: set OPENCV_FORCE_DNN_ENGINE="1" && cd ${{ github.workspace }}\build && bin\opencv_test_dnn.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
+ run: |
135
+ set OPENCV_FORCE_DNN_ENGINE=1
136
+ cd ${{ github.workspace }}\build
137
+ bin\opencv_test_dnn.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
138
- name: Accuracy:features2d
139
140
0 commit comments