From ef2537d90e61227adbaa913e67b3d9bde70425ab Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 12 May 2025 17:37:24 -0600 Subject: chore: use verbose output for integration tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01d6ac4..9c43fff 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ test-unit: @go test -shuffle=on ./... test-integration: build-image - @IMAGE_TAG=$(IMAGE_TAG) go test -tags=integration ./test/integration/... + @IMAGE_TAG=$(IMAGE_TAG) go test -v -tags=integration ./test/integration/... test: clean test-unit test-integration -- cgit v1.2.3