diff --git a/Makefile b/Makefile index 060d3b9c..6b4c02ff 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ test: test_integration: go test -tags integration -timeout 30m ./... +test_integration_cli: + go test -tags integration -v integration_cli_test.go integration_common_test.go + coverprofile_func: go tool cover -func=coverage.out