Skip to content

Commit

Permalink
ci(test): test with CGO_ENABLED 0/1 - add to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 30, 2024
1 parent 6946cc2 commit 9cf6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}

Expand Down

0 comments on commit 9cf6910

Please sign in to comment.