Skip to content

Commit

Permalink
ci: update golang-ci workflow to use tee for test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 21, 2024
1 parent a54f225 commit beb3b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: go get -v -t -d ./...

- name: Run Tests
run: go test -v ./... > TestResults-${{ matrix.go-version }}.log
run: go test -v ./... | tee TestResults-${{ matrix.go-version }}.log

- name: Upload Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit beb3b44

Please sign in to comment.