diff --git a/testing/carapace/APKBUILD b/testing/carapace/APKBUILD index 3615a1f5df7..6e8714a1aeb 100644 --- a/testing/carapace/APKBUILD +++ b/testing/carapace/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Andrej Kolchin # Maintainer: Andrej Kolchin pkgname=carapace -pkgver=0.29.0 +pkgver=0.29.1 pkgrel=0 pkgdesc="Multi-shell multi-command argument completer" url="https://rsteube.github.io/carapace-bin/" @@ -24,10 +24,11 @@ build() { } check() { - # The two lone tests in the repository. - # There is also 'completers/pandoc_completer/cmd/action', but it - # shadows the release completer. - go test ./cmd/carapace ./completers_release/pandoc_completer/cmd/action + # The three lone tests in the repository. + go test \ + ./cmd/carapace/... \ + ./pkg/actions/tools/pandoc \ + ./pkg/actions/env } package() { @@ -35,5 +36,5 @@ package() { } sha512sums=" -6f52a7c5b87b1714c00851638b40c04562796e842939eb11577751856e64ae49da29203cf572179a525c2540dfa7968d325a405dd08a77361e808184bab95675 carapace-0.29.0.tar.gz +00ead529358b36eabf5456dbbe86477a1dafe0b9061445195827184abad6027c98950e7f3450dcba1a013323e8311023c44a6b7a8a3e6ce35f5acf990087ca51 carapace-0.29.1.tar.gz "