summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7f3c6babaf7..9d161511874f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,11 +27,6 @@ build() {
./build/$pkgname completion fish > build/gospt_fish
}
-check() {
- cd "$pkgname"
- go test ./...
-}
-
package() {
cd "$pkgname"
install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname