From 371b8631aa32bc3ef906cf25eaa1fece0b2523d9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 May 2025 18:08:05 -0600 Subject: chore: use verbose test output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3b2307..8e9d6a8 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,10 @@ setup: build: sparkled test-unit: - @go test -shuffle=on ./... + @go test -v -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