Skip to content

Commit 825da4b

Browse files
committed
Run cli unit tests
Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent bc73249 commit 825da4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ test: WHAT ?= ./...
369369
test: ## Run tests
370370
$(GO_TEST) -race $(COUNT_ARG) -coverprofile=coverage.txt -covermode=atomic $(TEST_ARGS) $$(go list "$(WHAT)" | grep -v -e 'test/e2e' -e 'test/integration')
371371
cd sdk && $(GO_TEST) -race $(COUNT_ARG) -coverprofile=coverage.txt -covermode=atomic $(TEST_ARGS) $(WHAT)
372+
cd cli && $(GO_TEST) -race $(COUNT_ARG) -coverprofile=coverage.txt -covermode=atomic $(TEST_ARGS) $(WHAT)
372373

373374
.PHONY: test-integration
374375
ifdef USE_GOTESTSUM

0 commit comments

Comments
 (0)