Skip to content

Commit

Permalink
[Issue-1080] Include additional UTs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrzej Zukowski <[email protected]>
  • Loading branch information
Andrzej-Zukowski committed Feb 15, 2024
1 parent a3ac07a commit e6ea3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.validation
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coverage:
go tool cover -html=coverage.out -o coverage.html

test:
${GO_ENV_VARS} go test ${LDFLAGS} `go list ./... | grep -v halmgr | grep pkg` -race -cover -coverprofile=coverage.out -covermode=atomic
${GO_ENV_VARS} go test ${LDFLAGS} `go list ./... | grep pkg` -race -cover -coverprofile=coverage.out -covermode=atomic

# Run tests for pr-validation with writing output to log file
# Test are different (ginkgo, go testing, etc.) so can't use native ginkgo methods to print junit output.
Expand Down

0 comments on commit e6ea3af

Please sign in to comment.