Rename go mod tidy check task

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
pull/31116/head
Evans Mungai 1 month ago
parent 0b367e8404
commit af1c9570f5
No known key found for this signature in database
GPG Key ID: BBEB812143DD14E1

@ -28,7 +28,7 @@ jobs:
check-latest: true
- name: Test source headers are present
run: make test-source-headers
- name: Check if go mod is tidy
- name: Check if go modules need to be tidied
run: go mod tidy -diff
- name: Run unit tests
run: make test-coverage

Loading…
Cancel
Save