testing/wuzz: fix build, actually run tests

This commit is contained in:
Leo 2021-03-03 20:14:31 -03:00
parent e91af9b39e
commit efa67a9266

View File

@ -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() {