@ -10,7 +10,7 @@ test:
@go test -coverprofile=coverage.out ./...
test_integration:
go test -tags integration ./...
go test -tags integration -timeout 30m ./...
coverprofile_func:
go tool cover -func=coverage.out