Skip to content

Commit

Permalink
Merge pull request #1090 from bratpiorka/rrudnick_disable_ubench_mt
Browse files Browse the repository at this point in the history
disable umf mt bench in GPU workflow
  • Loading branch information
lukaszstolarczuk authored Feb 11, 2025
2 parents c163f1c + 7177d9d commit f6cbe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Run benchmarks
if: matrix.build_type == 'Release'
working-directory: ${{env.BUILD_DIR}}
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

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

0 comments on commit f6cbe83

Please sign in to comment.