carapace: adjust for default do_check

This commit is contained in:
classabbyamp 2024-08-09 13:36:36 -04:00 committed by classabbyamp
parent b513d7e404
commit d85c9ea971
1 changed files with 1 additions and 3 deletions

View File

@ -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 <pangolin@vivaldi.net>"
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