From dfdfad2b39890ab40dd3f79b17d968a4f5de97d3 Mon Sep 17 00:00:00 2001 From: Lunik Date: Sun, 26 May 2019 16:15:41 +0200 Subject: community/terraform: add hashicorp test --- community/terraform/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/terraform') diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD index adcffe799f..0a6a5645bb 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -27,7 +27,7 @@ build() { check() { cd "$builddir" - GOPATH="$srcdir" go test + GOPATH="$srcdir" go list -mod=vendor . | xargs -t -n4 go test -mod=vendor -timeout=2m -parallel=4 bin/$pkgname -v } -- cgit v1.2.3