#!/bin/bash -e # Ted: contact me when you make any changes SRC_DIR="$(dirname "${BASH_SOURCE[0]}")" source "$SRC_DIR/env.sh" go test -race -coverprofile=coverage.out -covermode=atomic ./...