From b20c2d45f17f33137911706ca54bfebd4bab52f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 28 Jun 2021 19:54:04 +0200 Subject: [PATCH] Run unit tests as well, not integration tests twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- contrib/cirrus/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index ab4e5be1..1cd0f177 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -62,7 +62,7 @@ _run_validate() { } _run_unit() { - podmanmake test-integration-local BUILDTAGS="$BUILDTAGS" + podmanmake test-unit-local BUILDTAGS="$BUILDTAGS" } _run_integration() {