Update go.yml
This commit is contained in:
parent
b7267badb9
commit
3122cfa5cb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -16,5 +16,8 @@ jobs:
|
|||
- name: check out
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: go get
|
||||
run: go get -u -v ./...
|
||||
|
||||
- name: vet and build
|
||||
run: go vet ./... && go build
|
||||
|
|
Loading…
Reference in a new issue