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