osbuild-composer/tests/unit.fmf
Paweł Poławski b56a763f50 Tests: Update GOFLAGS for tests
Existing GOFLAGS system variable has been updated and now it contains:
-mod=vendor
-tags=exclude_graphdriver_btrfs
2024-02-17 09:20:59 +01: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