Add envtest

I know it's not an impressive test. It just brings up a node, and
makes sure it registers. Let's do more in the future.

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
This commit is contained in:
Sargun Dhillon
2020-11-06 19:19:16 -08:00
parent cd68e70627
commit 1c581260d5
7 changed files with 213 additions and 12 deletions

View File

@@ -12,8 +12,6 @@ else
echo "go mod tidy passed."
fi
git diff --exit-code go.mod go.sum || exit_code=$?
if [ ${exit_code} -eq 0 ]; then
exit 0
fi