Update workflow
This commit is contained in:
10
.github/workflows/go.yml
vendored
10
.github/workflows/go.yml
vendored
@@ -18,8 +18,14 @@ jobs:
|
|||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
- name: Download Dependencies
|
||||||
|
run: go get ./src
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: go vet ./src/...
|
run: go vet ./src
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: go test -v ./src
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build
|
run: make
|
||||||
|
|||||||
Reference in New Issue
Block a user