Don't run tests in build.sh all
This commit is contained in:
2
build.sh
2
build.sh
@@ -44,8 +44,6 @@ case "${1:-default}" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
all)
|
all)
|
||||||
go run build.go test
|
|
||||||
|
|
||||||
go run build.go -goos linux -goarch amd64 tar
|
go run build.go -goos linux -goarch amd64 tar
|
||||||
go run build.go -goos linux -goarch 386 tar
|
go run build.go -goos linux -goarch 386 tar
|
||||||
go run build.go -goos linux -goarch armv5 tar
|
go run build.go -goos linux -goarch armv5 tar
|
||||||
|
|||||||
Reference in New Issue
Block a user