Files
2017-02-14 13:59:07 -08:00

10 lines
140 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
echo Running tests
[ "${ARCH}" == "amd64" ] && RACE=-race
go test ${RACE} -cover -tags=test ./...