From babec6d45f7a109b5074c010279ab2d6e0d36c7c Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Mon, 16 Jun 2025 14:17:45 -0700 Subject: [PATCH] ci: fix indentation --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0248a3a..d613b86fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,4 @@ jobs: with: version: latest - name: Test - run: go test ./... -coverprofile=coverage.out - - name: Upload coverage - uses: actions/upload-artifact@v4 - with: - name: coverage - path: coverage.out + run: go test ./...