ci: add module tidy step to CI workflow
Some checks failed
CI / build-and-test (push) Failing after -32m40s
Some checks failed
CI / build-and-test (push) Failing after -32m40s
This commit is contained in:
@@ -31,6 +31,9 @@ jobs:
|
|||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
|
||||||
|
- name: Tidy modules
|
||||||
|
run: go mod tidy
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user