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

@@ -47,7 +47,7 @@ jobs:
command: V=1 make build
- run:
name: Tests
command: V=1 CI=1 make test
command: V=1 CI=1 make test envtest
- save_cache:
key: test-{{ checksum "go.mod" }}-{{ checksum "go.sum" }}
paths: