Vet and test in CI.

This commit is contained in:
MatthewHink
2022-04-07 15:34:50 -04:00
parent 6c0fd068cc
commit 99f6ec8d2b

View File

@@ -35,3 +35,9 @@ jobs:
- name: Build with go ${{ matrix.go }}
run: make all
- name: vet
run: make vet
- name: test
run: make test-it