From 0012c7617067e6b02b6d55ad9a264f7c786f7c69 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 26 Nov 2021 23:34:11 +0000 Subject: [PATCH] Make it easier to run cli integration tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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