Don't run tests in build.sh all

This commit is contained in:
Jakob Borg 2014-08-25 08:50:13 +02:00
parent df65247325
commit eee702f299
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ case "${1:-default}" in
;;
all)
go run build.go test
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 armv5 tar