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.
1 parent c163f1c commit 7177d9dCopy full SHA for 7177d9d
.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