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