Enable go test in ci

This commit is contained in:
Erik Wilson
2020-10-23 17:03:51 -07:00
parent 92d04355f4
commit 992ca52c31
3 changed files with 14 additions and 1 deletions

View File

@@ -31,3 +31,5 @@ if [ -n "$DIRTY" ]; then
git status --porcelain --untracked-files=no
exit 1
fi
"${GO}" test -v ./...