forked from rpms/osbuild-composer
Tests: Update GOFLAGS for tests
Existing GOFLAGS system variable has been updated and now it contains: -mod=vendor -tags=exclude_graphdriver_btrfs
This commit is contained in:
parent
a422c95237
commit
b56a763f50
@ -1,5 +1,5 @@
|
|||||||
summary: Run unit tests
|
summary: Run unit tests
|
||||||
require:
|
require:
|
||||||
- golang
|
- golang
|
||||||
test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS=-mod=vendor go test ./...
|
test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS="-mod=vendor -tags=exclude_graphdriver_btrfs" go test ./...
|
||||||
duration: 1h
|
duration: 1h
|
||||||
|
Loading…
Reference in New Issue
Block a user