Explorar o código

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

ref #6113
bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
521b5cf014
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/circle-test.sh

+ 1 - 0
scripts/circle-test.sh

@@ -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/...