X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-sdlgo%2Fprescan-sdlgo-go-ubuntu.sh;h=18d4d547cd6376d575a0f6eec4708c6fd0063af2;hb=1c882840e3953c5059864c71dea1b254a5b1a32a;hp=b9c27b5e1fdb82f73b443ee2251c308a62c3215e;hpb=a7f9c4ab7d03930ad4445c1792ea1a9d2302035e;p=ci-management.git diff --git a/jjb/ric-plt-sdlgo/prescan-sdlgo-go-ubuntu.sh b/jjb/ric-plt-sdlgo/prescan-sdlgo-go-ubuntu.sh index b9c27b5e..18d4d547 100644 --- a/jjb/ric-plt-sdlgo/prescan-sdlgo-go-ubuntu.sh +++ b/jjb/ric-plt-sdlgo/prescan-sdlgo-go-ubuntu.sh @@ -58,11 +58,11 @@ hash=$(git rev-parse --short HEAD || true) # Build -go build -a -installsuffix cgo -ldflags "-X main.Version=$tag -X main.Hash=$hash" -o ./cmd/*.go +go build ./... # Execute UT and measure coverage -go test . -v -coverprofile cover.out || true +go test ./... -v -coverprofile cover.out || true echo "--> build_sdlgo_ubuntu.sh ends"