diff options
-rwxr-xr-x | tools/check.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check.sh b/tools/check.sh index ea72234..dd6652a 100755 --- a/tools/check.sh +++ b/tools/check.sh @@ -9,4 +9,5 @@ tools="$(dirname "$script")" root="$(dirname "$tools")" +go test "${root}/..." go fmt "${root}/..." |