From a87c0ee44d52048a970937a34b71a21ee29a5527 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 19 Mar 2020 12:00:26 -0700 Subject: [PATCH] Makefile: Fix osbuild-image-tests build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d6dbe6d7..2bec8fc09 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: 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-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 install: