forked from Mirrors/jsonapi
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:
parent
52f00735e0
commit
b7ab492362
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
go test ./... "$@"
|
Loading…
Reference in New Issue