Template
Update go.yml
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Run vet & lint
|
- name: Run vet & lint
|
||||||
run: |
|
run: |
|
||||||
go vet .
|
go vet .
|
||||||
go lint .
|
//golint .
|
||||||
|
|
||||||
- name: Run testing
|
- name: Run testing
|
||||||
run: cd test && go test -v
|
run: cd test && go test -v
|
||||||
|
|||||||
Reference in New Issue
Block a user