We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0249029 commit 6c802ddCopy full SHA for 6c802dd
1 file changed
.github/workflows/utils.yaml
@@ -180,7 +180,7 @@ jobs:
180
fi
181
182
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 }}
+ 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 }}
184
echo "ut finished"
185
- name: Analysis Fail UT Cases
186
if: ${{ failure() }}
0 commit comments