Makefile: Fix osbuild-image-tests build
This commit is contained in:
parent
6e40729cd3
commit
a87c0ee44d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ build:
|
||||||
go test -c -tags=integration -o osbuild-weldr-tests ./internal/weldrcheck/
|
go test -c -tags=integration -o osbuild-weldr-tests ./internal/weldrcheck/
|
||||||
go test -c -tags=integration -o osbuild-dnf-json-tests ./cmd/osbuild-dnf-json-tests/main_test.go
|
go test -c -tags=integration -o osbuild-dnf-json-tests ./cmd/osbuild-dnf-json-tests/main_test.go
|
||||||
go test -c -tags=integration -o osbuild-rcm-tests ./cmd/osbuild-rcm-tests/main_test.go
|
go test -c -tags=integration -o osbuild-rcm-tests ./cmd/osbuild-rcm-tests/main_test.go
|
||||||
go test -c -tags=integration -o osbuild-image-tests ./cmd/osbuild-image-tests/main_test.go
|
go test -c -tags=integration,travis -o osbuild-image-tests ./cmd/osbuild-image-tests/
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue