osbuild-composer/tests/unit.fmf
2024-02-18 03:15:47 +00: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