Skip to content

Commit f6cbe83

Browse files
Merge pull request #1090 from bratpiorka/rrudnick_disable_ubench_mt
disable umf mt bench in GPU workflow
2 parents c163f1c + 7177d9d commit f6cbe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Run benchmarks
116116
if: matrix.build_type == 'Release'
117117
working-directory: ${{env.BUILD_DIR}}
118-
run: ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-bench-multithreaded
118+
run: ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-multithreaded
119119

120120
- name: Check coverage
121121
if: ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}

0 commit comments

Comments
 (0)