7 lines
55 B
Bash
Executable file
7 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
cd `dirname $0`/..
|
|
|
|
go build
|
|
go test
|