test 225 B

1234567891011121314
  1. #!/bin/sh
  2. # script/test: Run test suite for application. Optionally pass in a path to an
  3. # individual test file to run a single test.
  4. set -e
  5. cd ../
  6. echo "==> Running tests…"
  7. go test -v -cover -race ./...