Commit 84372b9
Changed files (1)
Makefile
@@ -1,5 +1,6 @@
build:
./scripts/build-static.sh
-
+build-test:
+ goreleaser -f .goreleaser-linux-amd64.yaml build --skip validate --snapshot --clean
test:
go test ./...