Commit 521b5cf0 by bergquist

tech(build): make sure build.go setup works fine

ref #6113
parent 696a5f6a
......@@ -25,6 +25,7 @@ exit_if_fail npm run coveralls
test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
exit_if_fail go run build.go setup
exit_if_fail go run build.go build
exit_if_fail go vet ./pkg/...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment