From 9cf69108316bd8f12dba8024879f0ffb6f67ccb3 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Sun, 30 Jun 2024 17:47:37 +0100 Subject: [PATCH] ci(test): test with CGO_ENABLED 0/1 - add to logs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d1b6ae77..523368f16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: run: goveralls -coverprofile=coverage.txt -service=github -parallel - uses: actions/upload-artifact@v4 with: - name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}-${{ matrix.os }}.zip + name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}-${{ matrix.os }}-cgo-${{ matrix.cgo }}.zip path: ~/.pact/plugins/**/plugin.log if: ${{ always() }}