Run unit tests as well, not integration tests twice

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2021-06-28 19:54:04 +02:00
parent fc3678038e
commit b20c2d45f1

View File

@ -62,7 +62,7 @@ _run_validate() {
}
_run_unit() {
podmanmake test-integration-local BUILDTAGS="$BUILDTAGS"
podmanmake test-unit-local BUILDTAGS="$BUILDTAGS"
}
_run_integration() {