diff --git a/build.sh b/build.sh index 64b97c2..f05a7df 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,6 @@ #!/bin/bash + +set -e + go build go test ./... \ No newline at end of file diff --git a/test.sh b/test.sh index 6651f0a..484b804 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + go build go test ./...