We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65b159 commit 7a164ddCopy full SHA for 7a164dd
.github/workflows/utils.yaml
@@ -301,9 +301,8 @@ jobs:
301
cd $GITHUB_WORKSPACE/matrixone
302
sed -i.bak 's/level = "info"/level = "error"/g' ./etc/launch/log.toml
303
if [ -d "./store" ]; then rm -rf ./store; fi
304
- GOLDFLAGS=-ldflags="-X 'main.GoVersion=$(go version)' -X 'main.BranchName=$(git rev-parse --abbrev-ref HEAD)' -X 'main.CommitID=$(git rev-parse HEAD)' -X 'main.BuildTime=$(date)' -X 'main.Version=$(git describe --always --tags $(git rev-list --tags --max-count=1))'"
305
export GOCOVERDIR=$GITHUB_WORKSPACE/matrixone
306
- go build -cover "$GOLDFLAGS" -o mo-service ./cmd/mo-service/
+ make GOBUILD_OPT=-cover build
307
./optools/run_bvt.sh $GITHUB_WORKSPACE/matrixone launch
308
- name: Update BVT SQL Timeout
309
run: |
0 commit comments