mirror of
https://github.com/containers/podman.git
synced 2025-06-25 12:20:42 +08:00
Cirrus: Restore APIv2 Testing
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -62,6 +62,10 @@ function _run_unit() {
|
||||
make localunit
|
||||
}
|
||||
|
||||
function _run_apiv2() {
|
||||
make localapiv2 |& logformatter
|
||||
}
|
||||
|
||||
function _run_int() {
|
||||
dotest integration
|
||||
}
|
||||
|
@ -165,6 +165,7 @@ case "$TEST_FLAVOR" in
|
||||
docker-py) ;&
|
||||
build) make clean ;;
|
||||
unit) ;;
|
||||
apiv2) ;& # use next item
|
||||
int) ;&
|
||||
sys) ;&
|
||||
bindings) ;&
|
||||
|
Reference in New Issue
Block a user