From 6a3af6f7d14a06f9037e6cdad01beb93d64fe1e6 Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Wed, 7 Aug 2024 21:10:31 +0000 Subject: [PATCH] TEMP - add more logging to CI tests --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e82aebb1fe..c75cace440 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -95,7 +95,7 @@ jobs: - name: Test shell: bash - run: PATH="/github/home/compiled/bin:$PATH" go test -coverprofile cover.out ./... + run: PATH="/github/home/compiled/bin:$PATH" go test -coverprofile cover.out -v ./... - name: Upload coverage reports uses: codecov/codecov-action@v4