Files
klum/scripts/test
Darren Shepherd 5c2d5a8153 Initial Commit
2020-01-24 18:28:38 -07:00

8 lines
92 B
Bash
Executable File

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