forked from rpms/osbuild-composer
Tests: Update GOFLAGS for tests
This commit is contained in:
parent
a422c95237
commit
dee6866d14
1
.osbuild-composer.metadata
Normal file
1
.osbuild-composer.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
ee2bb2068e42599ca6ef66499d00077ee06b3b44 osbuild-composer-100.tar.gz
|
@ -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