Make it easier to run cli integration tests

This commit is contained in:
Kristoffer Dalby 2021-11-26 23:34:11 +00:00
parent cfd53bc4aa
commit 0012c76170

View File

@ -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