osbuild-composer/tests/unit.fmf
Paweł Poławski 7c752e72c0 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:24:04 +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