summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schleifer2020-08-21 19:33:25 +0200
committerGitHub2020-08-21 10:33:25 -0700
commitf3e9574a54a9d94a3eeb478ffc94294935a27cd2 (patch)
treeaa45c0cfb2506ca090df5f997e325f13f372b83f
parentae9705940ab5a91e10ce7b295e38a0fe6e9618d4 (diff)
downloadaur-f3e9574a54a9d94a3eeb478ffc94294935a27cd2.tar.gz
feat(terragrunt): remove tests from PKGBUILD file (#35)
closes #36
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7adb8532e93..24541a0dc146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,13 +29,6 @@ build() {
go build -o "./out/${pkgname}"
}
-check() {
- cd ${pkgname}-${pkgver}
-
- # some tests require AWS credentials and are therefore excluded here
- go test ./cli/... ./config/... ./configstack/... ./shell/... ./util/...
-}
-
package() {
cd ${pkgname}-${pkgver}