Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2025-02-21 19:14:09 +08:00
parent 1f16a59410
commit 3cc698155c

View File

@ -38,7 +38,7 @@ jobs:
GO111MODULE=on script/setup/install-dev-tools
script/validate/vendor
go build .
make check
#make check
make build
make binaries
if [ "$GOOS" = "linux" ]; then make coverage ; fi