diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index 115f59b1081..c02648a2d83 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -7,6 +7,7 @@ go_import_path=github.com/carapace-sh/carapace-bin go_package="${go_import_path}/cmd/carapace" go_build_tags="release" go_ldflags="-X main.version=${version}" +make_check_target="./cmd/carapace/..." short_desc="Multi-shell multi-command argument completer" maintainer="icp " license="MIT" @@ -19,9 +20,6 @@ pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/... } -do_check() { - go test ./cmd/carapace/... -} post_install() { vlicense LICENSE