Tests: Update GOFLAGS for tests

This commit is contained in:
Paweł Poławski 2024-02-17 09:20:59 +01:00 committed by root
parent a422c95237
commit dee6866d14
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
ee2bb2068e42599ca6ef66499d00077ee06b3b44 osbuild-composer-100.tar.gz

View File

@ -1,5 +1,5 @@
summary: Run unit tests
require:
- 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