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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user