diff --git a/tests/unit.fmf b/tests/unit.fmf index bc83889..8181435 100644 --- a/tests/unit.fmf +++ b/tests/unit.fmf @@ -1,6 +1,5 @@ summary: Run unit tests require: - golang - - krb5-devel -test: cd ../osbuild-composer-*/ && GOFLAGS=-mod=vendor go test ./... +test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS=-mod=vendor go test ./... duration: 1h