diff options
Diffstat (limited to 'script/test')
-rwxr-xr-x | script/test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/test b/script/test new file mode 100755 index 0000000..ff2d632 --- /dev/null +++ b/script/test @@ -0,0 +1,3 @@ +script/build +go fmt ./... +go test -v ./... |