Skip to content

Commit 5fc4e53

Browse files
committed
[CI] do not run memcheck tests in build-hw-reusable
they timeout with current driver
1 parent ec6ab3f commit 5fc4e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-hw-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Test adapter specific
114114
working-directory: ${{github.workspace}}/build
115-
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
115+
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" -E "memcheck" --timeout 180
116116
# Don't run adapter specific tests when building multiple adapters
117117
if: ${{ matrix.adapter.other_name == '' }}
118118

0 commit comments

Comments
 (0)