Fix test.json for boost test to match schema
I guess the intent was that tests of thread/debug library variants only get run with MSVC, but currently this test isn't getting run at all in our Windows CI (since boost got removed from the VM image [1], and we didn't notice, more on which anon). [1] https://github.com/actions/virtual-environments/pull/2843
This commit is contained in:
parent
5da3557331
commit
5c0cb0547b
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"b_vscrt": [
|
||||
{ "val": null },
|
||||
{ "val": "md", "compilers": { "cpp": [ "msvc" ] } },
|
||||
{ "val": "mdd", "compilers": { "cpp": [ "msvc" ] } },
|
||||
{ "val": "mt", "compilers": { "cpp": [ "msvc" ] } },
|
||||
{ "val": "mtd", "compilers": { "cpp": [ "msvc" ] } }
|
||||
{ "val": "md", "compilers": { "cpp": "msvc" } },
|
||||
{ "val": "mdd", "compilers": { "cpp": "msvc" } },
|
||||
{ "val": "mt", "compilers": { "cpp": "msvc" } },
|
||||
{ "val": "mtd", "compilers": { "cpp": "msvc" } }
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
Loading…
Reference in New Issue