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 6b2686c commit a280dc3Copy full SHA for a280dc3
CMakePresets.json
@@ -98,6 +98,23 @@
98
"filter" : {
99
"include": {
100
"label": "unit"
101
+ },
102
+ "exclude": {
103
+ "label": "unit-multithreaded"
104
+ }
105
106
107
+ {
108
+ "name": "release-unit-mt",
109
+ "inherits": "common",
110
+ "configurePreset": "release-test",
111
+ "displayName": "Unit Release Mutlithreaded Tests",
112
+ "execution": {
113
+ "jobs": 1
114
115
+ "filter" : {
116
+ "include": {
117
118
}
119
120
},
0 commit comments