mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
add vet to github action
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user