Merge pull request #1339 from mtrmac/unit-integration

Run unit tests as well, not integration tests twice
This commit is contained in:
Miloslav Trmač
2021-06-28 20:28:29 +02:00
committed by GitHub

View File

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