Skip to content

Commit

Permalink
[cmake] Notebook tests are excluded on sanitizer preset!
Browse files Browse the repository at this point in the history
Fix for an accidental change in
2abc5d5.
  • Loading branch information
bilke committed Apr 30, 2024
1 parent da68a38 commit f56ca77
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@
"filter": {
"include": {
"label": "default"
},
"exclude": {
"name": "nb-"
}
},
"execution": {
Expand Down Expand Up @@ -437,7 +434,12 @@
"configurePreset": "sanitizer",
"inherits": [
"release"
]
],
"filter": {
"exclude": {
"name": "nb-"
}
}
}
]
}

0 comments on commit f56ca77

Please sign in to comment.