chore: CI: ignore compile_bench/channel in Linux Reldebug
This commit is contained in:
parent
790d294e50
commit
41ab492142
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -305,7 +305,8 @@ jobs:
|
|||
"test": true,
|
||||
"CMAKE_PRESET": "reldebug",
|
||||
// * `elab_bench/big_do` crashes with exit code 134
|
||||
"CTEST_OPTIONS": "-E 'elab_bench/big_do'",
|
||||
// * `compile_bench/channel` randomly segfaults
|
||||
"CTEST_OPTIONS": "-E 'elab_bench/big_do|compile_bench/channel'",
|
||||
},
|
||||
{
|
||||
"name": "Linux fsanitize",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue