Cirrus: Restore APIv2 Testing

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2020-10-08 11:47:27 -04:00
parent 7ad631b819
commit 23087f77ae
3 changed files with 33 additions and 8 deletions

View File

@ -62,6 +62,10 @@ function _run_unit() {
make localunit
}
function _run_apiv2() {
make localapiv2 |& logformatter
}
function _run_int() {
dotest integration
}

View File

@ -165,6 +165,7 @@ case "$TEST_FLAVOR" in
docker-py) ;&
build) make clean ;;
unit) ;;
apiv2) ;& # use next item
int) ;&
sys) ;&
bindings) ;&