#!/bin/bash set -e cd $(dirname $0)/.. echo "Running golang tests..." go test -cover -tags=test ./...