ADD tidy
This commit is contained in:
parent
c77d3aa4aa
commit
d6027a6c9e
3
.github/workflows/test_project.yml
vendored
3
.github/workflows/test_project.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- name: tidy deps
|
||||
run: |
|
||||
go mod tidy
|
||||
- name: test with go
|
||||
run: go test -v ./...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user