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 ec6ab3f commit 5fc4e53Copy full SHA for 5fc4e53
.github/workflows/build-hw-reusable.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Test adapter specific
114
working-directory: ${{github.workspace}}/build
115
- run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
+ run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" -E "memcheck" --timeout 180
116
# Don't run adapter specific tests when building multiple adapters
117
if: ${{ matrix.adapter.other_name == '' }}
118
0 commit comments