Skip to content

Commit

Permalink
Tee tests output
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Dec 27, 2024
1 parent 5b78b7d commit b07be9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Run tests with CGO_CFLAGS set
- name: Test with the Go CLI
run: go test $(go list ./...) -cover -json > TestResults-${{ matrix.go-version }}.json
run: go test $(go list ./...) -cover -json | tee TestResults-${{ matrix.go-version }}.json
env:
CGO_CFLAGS: "-Wno-return-local-addr"

Expand Down

0 comments on commit b07be9b

Please sign in to comment.