@@ -106,26 +106,6 @@ jobs:
106106 working-directory : ${{env.BUILD_DIR}}
107107 run : ctest --output-on-failure --test-dir examples -C ${{matrix.build_type}}
108108
109- - name : Run benchmarks
110- working-directory : ${{env.BUILD_DIR}}
111- run : ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-bench-multithreaded
112-
113- - name : Check coverage
114- if : ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
115- working-directory : ${{env.BUILD_DIR}}
116- run : |
117- export COVERAGE_FILE_NAME=${{env.COVERAGE_NAME}}-shared-${{matrix.shared_library}}
118- echo "COVERAGE_FILE_NAME: $COVERAGE_FILE_NAME"
119- ../scripts/coverage/coverage_capture.sh $COVERAGE_FILE_NAME
120- mkdir -p ${{env.COVERAGE_DIR}}
121- mv ./$COVERAGE_FILE_NAME ${{env.COVERAGE_DIR}}
122-
123- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
124- if : ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
125- with :
126- name : ${{env.COVERAGE_NAME}}-shared-${{matrix.shared_library}}
127- path : ${{env.COVERAGE_DIR}}
128-
129109 gpu-CUDA :
130110 name : CUDA
131111 env :
@@ -186,23 +166,3 @@ jobs:
186166 - name : Run examples
187167 working-directory : ${{env.BUILD_DIR}}
188168 run : ctest --output-on-failure --test-dir examples -C ${{matrix.build_type}}
189-
190- - name : Run benchmarks
191- working-directory : ${{env.BUILD_DIR}}
192- run : ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-bench-multithreaded
193-
194- - name : Check coverage
195- if : ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
196- working-directory : ${{env.BUILD_DIR}}
197- run : |
198- export COVERAGE_FILE_NAME=${{env.COVERAGE_NAME}}-shared-${{matrix.shared_library}}
199- echo "COVERAGE_FILE_NAME: $COVERAGE_FILE_NAME"
200- ../scripts/coverage/coverage_capture.sh $COVERAGE_FILE_NAME
201- mkdir -p ${{env.COVERAGE_DIR}}
202- mv ./$COVERAGE_FILE_NAME ${{env.COVERAGE_DIR}}
203-
204- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
205- if : ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
206- with :
207- name : ${{env.COVERAGE_NAME}}-shared-${{matrix.shared_library}}
208- path : ${{env.COVERAGE_DIR}}
0 commit comments