Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Dec 6, 2024
1 parent f0b00de commit e9ce012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test: prepare test-only ## Run all go-sdk tests
.PHONY: test-only
test-only: ## Run all go-sdk tests only (without prepare)
$(eval PACKAGES := $(shell go list ./... | grep -v integration))
gotestsum -f testnam --packages="$(PACKAGES)" \
gotestsum -f testname --packages="$(PACKAGES)" \
-- -v -cover -run=$(regex) -coverprofile=$(COVERAGEOUT) $(PACKAGES)

.PHONY: integration
Expand Down

0 comments on commit e9ce012

Please sign in to comment.