Skip to content
Snippets Groups Projects
Commit bf6c899a authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

add tests

parent 9fc4ce8c
No related branches found
Tags 0.21.0-1
No related merge requests found
......@@ -19,6 +19,11 @@ prepare() {
patch -Np1 -i $srcdir/go.sum.patch
}
check() {
cd blackbox_exporter-$pkgver
go test ./...
}
build() {
cd blackbox_exporter-$pkgver
go build \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment