Skip to content

Commit f5069ac

Browse files
committed
enable gapi tests
1 parent c93948c commit f5069ac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/OCV-PR-4.x-macOS-ARM64.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ jobs:
137137
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
138138
run: ./bin/opencv_test_flann --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
139139
working-directory: ${{ github.workspace }}/build
140-
# - name: Accuracy:gapi
141-
# timeout-minutes: 60
142-
# if: ${{ always() && steps.build-opencv.outcome == 'success' }}
143-
# run: ./bin/opencv_test_gapi --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
144-
# working-directory: ${{ github.workspace }}/build
140+
- name: Accuracy:gapi
141+
timeout-minutes: 60
142+
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
143+
run: ./bin/opencv_test_gapi --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
144+
working-directory: ${{ github.workspace }}/build
145145
- name: Accuracy:highgui
146146
timeout-minutes: 60
147147
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
@@ -207,11 +207,11 @@ jobs:
207207
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
208208
run: ./bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
209209
working-directory: ${{ github.workspace }}/build
210-
# - name: Performance:gapi
211-
# timeout-minutes: 60
212-
# if: ${{ always() && steps.build-opencv.outcome == 'success' }}
213-
# run: ./bin/opencv_perf_gapi --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
214-
# working-directory: ${{ github.workspace }}/build
210+
- name: Performance:gapi
211+
timeout-minutes: 60
212+
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
213+
run: ./bin/opencv_perf_gapi --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
214+
working-directory: ${{ github.workspace }}/build
215215
- name: Performance:imgcodecs
216216
timeout-minutes: 60
217217
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

0 commit comments

Comments
 (0)