Skip to content

Commit 6c802dd

Browse files
authored
Redirect test output to file instead of console (#340)
1 parent 0249029 commit 6c802dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/utils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
fi
181181
182182
echo "ut start"
183-
CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go test -json -short -v -tags matrixone_test -p 6 -covermode=set -coverprofile=${{ env.raw_ut_coverage }} -coverpkg=./... ${test_scope} | tee ${{ env.ut_report }}
183+
CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go test -json -short -v -tags matrixone_test -p 6 -covermode=set -coverprofile=${{ env.raw_ut_coverage }} -coverpkg=./... ${test_scope} > ${{ env.ut_report }}
184184
echo "ut finished"
185185
- name: Analysis Fail UT Cases
186186
if: ${{ failure() }}

0 commit comments

Comments
 (0)