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 afcbb5b commit 99bf5deCopy full SHA for 99bf5de
1 file changed
.github/workflows/linux_sanitizers.yml
@@ -47,6 +47,5 @@ jobs:
47
ctest \
48
--output-on-failure \
49
--tests-regex tests.examples \
50
- --exclude-regex \
51
- "tests.examples.transpose.transpose_block_numa|\
52
- tests.examples.quickstart.1d_wave_equation"
+ --exclude-regex tests.examples.transpose.transpose_block_numa \
+ --exclude-regex tests.examples.quickstart.1d_wave_equation
0 commit comments