Skip to content

Commit 99bf5de

Browse files
committed
fix exclude regex handling in sanitizer workflow
Signed-off-by: ArivoliR <arivoli2005@gmail.com>
1 parent afcbb5b commit 99bf5de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/linux_sanitizers.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ jobs:
4747
ctest \
4848
--output-on-failure \
4949
--tests-regex tests.examples \
50-
--exclude-regex \
51-
"tests.examples.transpose.transpose_block_numa|\
52-
tests.examples.quickstart.1d_wave_equation"
50+
--exclude-regex tests.examples.transpose.transpose_block_numa \
51+
--exclude-regex tests.examples.quickstart.1d_wave_equation

0 commit comments

Comments
 (0)