b56a763f50
Existing GOFLAGS system variable has been updated and now it contains: -mod=vendor -tags=exclude_graphdriver_btrfs
6 lines
206 B
Plaintext
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
|