Skip to content

Commit b275d7e

Browse files
author
Mike Mahony
committed
Bash script for triggering unit tests.
1 parent 39cf345 commit b275d7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run_tests.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DIR="$( command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2+
export PATH=${PATH}:/usr/local/go/bin
3+
export GOPATH=${DIR}
4+
go get -d ./...
5+
go test

0 commit comments

Comments
 (0)