We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c163f1c + 7177d9d commit f6cbe83Copy full SHA for f6cbe83
.github/workflows/reusable_gpu.yml
@@ -115,7 +115,7 @@ jobs:
115
- name: Run benchmarks
116
if: matrix.build_type == 'Release'
117
working-directory: ${{env.BUILD_DIR}}
118
- run: ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-bench-multithreaded
+ run: ctest --output-on-failure --test-dir benchmark -C ${{matrix.build_type}} --exclude-regex umf-multithreaded
119
120
- name: Check coverage
121
if: ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
0 commit comments