Merge "aconfig: add storage flag read api integration tests to test mapping" into main
This commit is contained in:
commit
b954de7d0c
1 changed files with 10 additions and 0 deletions
|
@ -65,5 +65,15 @@
|
|||
// that using the flag macros to do filtering will get affected.
|
||||
"name": "FlagMacrosTests"
|
||||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
// aconfig_storage read api rust integration tests
|
||||
"name": "aconfig_storage.test.rust"
|
||||
},
|
||||
{
|
||||
// aconfig_storage read api cpp integration tests
|
||||
"name": "aconfig_storage.test.cpp"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue