#!/bin/bash set -e cd $(dirname $0)/.. echo Running tests go test -cover -tags=test $(go list ./... | grep -vE '/(e2e|integrationtests)')