Skip to content

Commit

Permalink
ut run fix
Browse files Browse the repository at this point in the history
Signed-off-by: rafalw82 <[email protected]>
  • Loading branch information
rafalw82 committed Nov 6, 2024
1 parent 95f9cc9 commit 463ae14
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 --coverpkg=./pkg/...,./cmd/... ${LDFLAGS} `go list ./... | grep "pkg\|cmd"` -race -cover -coverprofile=coverage.out -covermode=atomic
${GO_ENV_VARS} LANG="en_US.utf8" go test --coverpkg=./pkg/...,./cmd/... ${LDFLAGS} `go list ./... | grep "pkg\|cmd"` -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 463ae14

Please sign in to comment.