osbuild-composer/tests/unit.fmf
Alexander Todorov dd02361615
Copy over gating config from c9s and adjust for RHEL-10
Resolves: RHELMISC-3930
2024-05-21 18:12:25 +02:00

6 lines
206 B
Plaintext

summary: Run unit tests
require:
- golang
test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS="-mod=vendor -tags=exclude_graphdriver_btrfs" go test ./...
duration: 1h