Vet and test in CI.
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user