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 ./...