cli/scripts/test

9 lines
99 B
Bash
Executable File

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