From b56a763f508acd1db3f3f55337ada0d9bcbf6fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Po=C5=82awski?= Date: Sat, 17 Feb 2024 09:20:59 +0100 Subject: [PATCH] Tests: Update GOFLAGS for tests Existing GOFLAGS system variable has been updated and now it contains: -mod=vendor -tags=exclude_graphdriver_btrfs --- tests/unit.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit.fmf b/tests/unit.fmf index 8181435..16dfdee 100644 --- a/tests/unit.fmf +++ b/tests/unit.fmf @@ -1,5 +1,5 @@ summary: Run unit tests require: - golang -test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS=-mod=vendor go test ./... +test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS="-mod=vendor -tags=exclude_graphdriver_btrfs" go test ./... duration: 1h