Use just for tests to skip performance/generator tests

This commit is contained in:
Forest Ames 2026-02-14 21:34:19 -08:00
parent b22f55f84a
commit 3dfdaf256e
2 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,11 @@
pkgbase = puzzletea
pkgdesc = A collection of puzzle bubbles for BubbleTea
pkgver = 1.3.0
pkgrel = 1
pkgrel = 2
url = https://github.com/FelineStateMachine/puzzletea
arch = any
license = MIT
checkdepends = just
makedepends = go
source = https://github.com/FelineStateMachine/puzzletea/archive/refs/tags/v1.3.0.tar.gz
sha256sums = 0a94bcb60317b7d788a9db5c2a7de27f6c8ab7862c0f9fa449f2c247687020a6

View file

@ -1,13 +1,14 @@
# Maintainer: Forest Ames <fox dot ames at smallfox dot io>
pkgname=puzzletea
pkgver=1.3.0
pkgrel=1
pkgrel=2
pkgdesc="A collection of puzzle bubbles for BubbleTea"
arch=('any')
url="https://github.com/FelineStateMachine/puzzletea"
license=('MIT')
depends=()
makedepends=('go')
checkdepends=('just')
source=("https://github.com/FelineStateMachine/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('0a94bcb60317b7d788a9db5c2a7de27f6c8ab7862c0f9fa449f2c247687020a6')
@ -23,7 +24,7 @@ build() {
check() {
cd "$pkgname-$pkgver"
go test ./...
just test-short
}
package() {