Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cnvergence committed Jun 13, 2022
1 parent db1a25c commit f8292c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/components/istio/Makefile
Expand Up @@ -21,6 +21,10 @@ all: help
## Test:

test: ## Run the tests of the project
ifeq ($(EXPORT_RESULT), true)
go install github.com/jstemmer/go-junit-report
$(eval OUTPUT_OPTIONS = | tee /dev/tty | go-junit-report -set-exit-code > junit-report.xml)
endif
$(GOTEST) -v -race ./... $(OUTPUT_OPTIONS)

test-k3d: provision-k3d kyma-istio-deploy test ## Run tests on k3d cluster
Expand Down

0 comments on commit f8292c4

Please sign in to comment.