Added a script/test such that the example app can also have tests and been included in the CI test runs.

This commit is contained in:
Aren Patel 2017-02-16 17:47:00 -08:00
parent 52f00735e0
commit b7ab492362
1 changed files with 4 additions and 0 deletions

4
script/test Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -e
go test ./... "$@"