mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-28 12:02:04 +01:00
testing/wuzz: fix build, actually run tests
This commit is contained in:
parent
e91af9b39e
commit
efa67a9266
@ -4,6 +4,7 @@ pkgname=wuzz
|
||||
pkgver=0.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="Interactive CLI tool for HTTP inspection"
|
||||
options="net"
|
||||
url="https://github.com/asciimoo/wuzz"
|
||||
arch="all"
|
||||
license="AGPL-3.0-only"
|
||||
@ -18,11 +19,12 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
go build
|
||||
go mod download
|
||||
go build -v
|
||||
}
|
||||
|
||||
check() {
|
||||
go test
|
||||
go test ./...
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user