add vet to github action

This commit is contained in:
cedricve
2020-12-29 08:30:45 +01:00
parent 0c0303e6ff
commit d6800d6cd2

View File

@@ -27,5 +27,8 @@ jobs:
- name: Build
run: cd machinery && go build -v ./...
- name: Vet
run: cd machinery && go vet -v ./...
- name: Test
run: cd machinery && go test -v ./...