wharfie/scripts/test

7 lines
61 B
Bash
Executable File

#!/bin/bash
set -e -x
cd $(dirname $0)/..
go test -v ./...