lint 146 B

1234567891011
  1. #!/usr/bin/env bash
  2. set -e
  3. cd "$(dirname "$0")/.."
  4. echo "==> Running Go build"
  5. go build .
  6. # Compile the tests but don't run them
  7. go test -c .